diff --git a/webhook.go b/webhook.go index ba94f8c..5b6a975 100644 --- a/webhook.go +++ b/webhook.go @@ -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.