Documentation ¶
Index ¶
- type WebHooks
- func (wh *WebHooks) Capabilities() *events.Capabilities
- func (wh *WebHooks) DeliveryRequest(connID string, sub *fftypes.Subscription, event *fftypes.EventDelivery, ...) error
- func (wh *WebHooks) GetOptionsSchema(ctx context.Context) string
- func (wh *WebHooks) Init(ctx context.Context, prefix config.Prefix, callbacks events.Callbacks) (err error)
- func (wh *WebHooks) InitPrefix(prefix config.Prefix)
- func (wh *WebHooks) Name() string
- func (wh *WebHooks) ValidateOptions(options *fftypes.SubscriptionOptions) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebHooks ¶
type WebHooks struct {
// contains filtered or unexported fields
}
func (*WebHooks) Capabilities ¶
func (wh *WebHooks) Capabilities() *events.Capabilities
func (*WebHooks) DeliveryRequest ¶
func (wh *WebHooks) DeliveryRequest(connID string, sub *fftypes.Subscription, event *fftypes.EventDelivery, data fftypes.DataArray) error
func (*WebHooks) GetOptionsSchema ¶
func (*WebHooks) InitPrefix ¶
func (*WebHooks) ValidateOptions ¶
func (wh *WebHooks) ValidateOptions(options *fftypes.SubscriptionOptions) error
Click to show internal directories.
Click to hide internal directories.