Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangeStore ¶ added in v0.34.0
type ChangeStore interface {
AwaitNextChangeBatch(ctx context.Context) (state.ChangeBatch, error)
}
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
func NewNotifier ¶
func NewNotifier(changeStore ChangeStore, hooks []Hook) *Notifier
Click to show internal directories.
Click to hide internal directories.