Documentation ¶
Overview ¶
Package planner is a generated GoMock package.
Index ¶
- type MockPlanner
- func (m *MockPlanner) Build(arg0 string, arg1 []api.Asset, arg2 []libyaml.ConfigGroup, ...) (planner.Plan, error)
- func (m *MockPlanner) EXPECT() *MockPlannerMockRecorder
- func (m *MockPlanner) Execute(arg0 context.Context, arg1 planner.Plan) error
- func (m *MockPlanner) WithStatusReceiver(arg0 daemontypes.StatusReceiver) planner.Planner
- type MockPlannerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPlanner ¶
type MockPlanner struct {
// contains filtered or unexported fields
}
MockPlanner is a mock of Planner interface
func NewMockPlanner ¶
func NewMockPlanner(ctrl *gomock.Controller) *MockPlanner
NewMockPlanner creates a new mock instance
func (*MockPlanner) Build ¶
func (m *MockPlanner) Build(arg0 string, arg1 []api.Asset, arg2 []libyaml.ConfigGroup, arg3 api.ReleaseMetadata, arg4 map[string]interface{}) (planner.Plan, error)
Build mocks base method
func (*MockPlanner) EXPECT ¶
func (m *MockPlanner) EXPECT() *MockPlannerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPlanner) WithStatusReceiver ¶
func (m *MockPlanner) WithStatusReceiver(arg0 daemontypes.StatusReceiver) planner.Planner
WithStatusReceiver mocks base method
type MockPlannerMockRecorder ¶
type MockPlannerMockRecorder struct {
// contains filtered or unexported fields
}
MockPlannerMockRecorder is the mock recorder for MockPlanner
func (*MockPlannerMockRecorder) Build ¶
func (mr *MockPlannerMockRecorder) Build(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
Build indicates an expected call of Build
func (*MockPlannerMockRecorder) Execute ¶
func (mr *MockPlannerMockRecorder) Execute(arg0, arg1 interface{}) *gomock.Call
Execute indicates an expected call of Execute
func (*MockPlannerMockRecorder) WithStatusReceiver ¶
func (mr *MockPlannerMockRecorder) WithStatusReceiver(arg0 interface{}) *gomock.Call
WithStatusReceiver indicates an expected call of WithStatusReceiver
Click to show internal directories.
Click to hide internal directories.