Documentation
¶
Index ¶
- type DummyRemovePluginHandler
- func (s *DummyRemovePluginHandler) Effect(state *common.State, profiles map[string]common.Profile)
- func (s *DummyRemovePluginHandler) NextState(state *common.State, goal *common.State, profiles map[string]common.Profile) ([]common.State, []float64, []planner.Action)
- func (s *DummyRemovePluginHandler) Perform(state *common.State, plan []planner.Action)
- type DummyScaleOutPluginHandler
- func (s *DummyScaleOutPluginHandler) Effect(state *common.State, profiles map[string]common.Profile)
- func (s *DummyScaleOutPluginHandler) NextState(state *common.State, goal *common.State, profiles map[string]common.Profile) ([]common.State, []float64, []planner.Action)
- func (s *DummyScaleOutPluginHandler) Perform(state *common.State, plan []planner.Action)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DummyRemovePluginHandler ¶
type DummyRemovePluginHandler struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.