Skip to content

Commit

Permalink
removing the register interface from webhook-schema and moving it to …
Browse files Browse the repository at this point in the history
…ancla
  • Loading branch information
maurafortino committed Jul 2, 2024
1 parent 5a7e41c commit 90baaab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ var (
ErrInvalidOption = fmt.Errorf("invalid validation option")
)

type Register interface {
GetId() string
GetUntil() time.Time
}

// Deprecated: This substructure should only be used for backwards compatibility
// matching. Use Webhook instead.
// DeliveryConfig is a Webhook substructure with data related to event delivery.
Expand Down

0 comments on commit 90baaab

Please sign in to comment.