Documentation ¶
Index ¶
- Constants
- type DynamicExtenderEvent
- type Extender
- func (e *Extender) Filter(moduleName string, _ map[string]string) (*bool, error)
- func (e *Extender) IsTerminator() bool
- func (e *Extender) Name() extenders.ExtenderName
- func (e *Extender) SetNotifyChannel(_ context.Context, ch chan extenders.ExtenderEvent)
- func (e *Extender) UpdateStatus(moduleName, operation string, value bool)
Constants ¶
View Source
const (
Name extenders.ExtenderName = "DynamicallyEnabled"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicExtenderEvent ¶
type DynamicExtenderEvent struct{}
type Extender ¶
type Extender struct {
// contains filtered or unexported fields
}
func NewExtender ¶
func NewExtender() *Extender
func (*Extender) IsTerminator ¶ added in v1.4.2
func (*Extender) Name ¶
func (e *Extender) Name() extenders.ExtenderName
func (*Extender) SetNotifyChannel ¶
func (e *Extender) SetNotifyChannel(_ context.Context, ch chan extenders.ExtenderEvent)
func (*Extender) UpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.