Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ListenerStoppedErr = errors.New("listener closed")
Functions ¶
This section is empty.
Types ¶
type Listener ¶
type Listener interface {
Recv() <-chan Event
Close()
}
func NewNeverListener ¶
func NewNeverListener() Listener
type ListenerFactory ¶
type ResourceChangedEvent ¶
type ResourceChangedEvent struct {
Operation Op
Type model.ResourceType
Key model.ResourceKey
TenantID string
}
type TriggerInsightsComputationEvent ¶
type TriggerInsightsComputationEvent struct {
TenantID string
}
Click to show internal directories.
Click to hide internal directories.