Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification interface {
Dispatch(ctx context.Context, event schema.NotifyContext) error
}
type NotificationFunc ¶
type NotificationFunc func(ctx context.Context, event schema.NotifyContext) error
func (NotificationFunc) Dispatch ¶
func (nf NotificationFunc) Dispatch(ctx context.Context, event schema.NotifyContext) error
Click to show internal directories.
Click to hide internal directories.