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 NewManager( clientManager *client.Manager, store *storage.Storage, updateCh chan SchedulerUpdate, notificationCh chan Notification, ) *Manager
func (*Manager) AddScheduler ¶
func (*Manager) RemoveScheduler ¶
func (*Manager) WatchForSchedulerUpdates ¶ added in v0.0.3
func (m *Manager) WatchForSchedulerUpdates()
type Notification ¶
type Scheduler ¶
type Scheduler struct {
// contains filtered or unexported fields
}
func NewScheduler ¶
type SchedulerUpdate ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.