Skip to content

Commit

Permalink
deprecate Hooks type
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3rw3rk committed Sep 13, 2024
1 parent e3ab557 commit 4d0cded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Hook is the library representation of a webhook for a repo.
//
// swagger:model Webhook
// Deprecated: use Hook from github.com/go-vela/server/api/types instead.
type Hook struct {
ID *int64 `json:"id,omitempty"`
RepoID *int64 `json:"repo_id,omitempty"`
Expand Down

0 comments on commit 4d0cded

Please sign in to comment.