Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Webhook ¶
type Webhook interface { manager.Component // AddSubscriber registers a new event handler. // Handlers must consume all events, otherwise this would leak memory. AddSubscriber(name string) <-chan *audit.Message // AddRawSubscriber registers a new event list handler. // Handlers must consume all event lists, otherwise this would leak memory. AddRawSubscriber(name string) <-chan *audit.RawMessage }
Click to show internal directories.
Click to hide internal directories.