Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) Subscribe ¶
func (m *Manager) Subscribe() (chan source.ConfigChange, error)
Subscribe returns a channel which will receive message on change
func (*Manager) Unsubscribe ¶
func (m *Manager) Unsubscribe(msgCh chan source.ConfigChange)
Subscribe returns a channel which will receive message on change
Click to show internal directories.
Click to hide internal directories.