Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwitchCondition ¶
type SwitchCondition struct {
// contains filtered or unexported fields
}
func NewSwitchCondition ¶
func NewSwitchCondition(config SwitchConfig) (*SwitchCondition, error)
func (*SwitchCondition) GetConfig ¶
func (s *SwitchCondition) GetConfig() SwitchConfig
func (*SwitchCondition) Register ¶
func (s *SwitchCondition) Register() <-chan struct{}
func (*SwitchCondition) UpdateConfig ¶
func (s *SwitchCondition) UpdateConfig(sc SwitchConfig) error
type SwitchConfig ¶
Click to show internal directories.
Click to hide internal directories.