Versions in this module Expand all Collapse all v0 v0.2.0 Apr 12, 2023 v0.1.0 Oct 19, 2022 Changes in this version + type DummyRemovePluginHandler struct + 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 struct + 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)