Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface {
New(RuntimeContext) GoModule
}
type RuntimeContext ¶
type StateManager ¶
type StateManager interface {
ApplyChangeLog(*spec.ChangeLog) error
ResourceManager() *resources.ResourceManager
DocumentManager() resources.DocumentManager
Scheduler() scheduler.Scheduler
}
Click to show internal directories.
Click to hide internal directories.