Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
Notifications notifications.Notifications
Actors actors.ActorsMap
// contains filtered or unexported fields
}
func (*Manager) Load ¶
func (m *Manager) Load(refresh RefreshStrategy) error
type RefreshStrategy ¶ added in v0.1.1
type RefreshStrategy int
const ( DefaultRefresh RefreshStrategy = iota ForceRefresh ForceNoRefresh )
Click to show internal directories.
Click to hide internal directories.