Documentation ¶
Overview ¶
Package tfplan is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPlanConfirmer ¶
type MockPlanConfirmer struct {
// contains filtered or unexported fields
}
MockPlanConfirmer is a mock of PlanConfirmer interface
func NewMockPlanConfirmer ¶
func NewMockPlanConfirmer(ctrl *gomock.Controller) *MockPlanConfirmer
NewMockPlanConfirmer creates a new mock instance
func (*MockPlanConfirmer) ConfirmPlan ¶
func (m *MockPlanConfirmer) ConfirmPlan(arg0 context.Context, arg1 string, arg2 api.Release, arg3 chan bool) (bool, error)
ConfirmPlan mocks base method
func (*MockPlanConfirmer) EXPECT ¶
func (m *MockPlanConfirmer) EXPECT() *MockPlanConfirmerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPlanConfirmer) WithStatusReceiver ¶
func (m *MockPlanConfirmer) WithStatusReceiver(arg0 daemontypes.StatusReceiver) tfplan.PlanConfirmer
WithStatusReceiver mocks base method
type MockPlanConfirmerMockRecorder ¶
type MockPlanConfirmerMockRecorder struct {
// contains filtered or unexported fields
}
MockPlanConfirmerMockRecorder is the mock recorder for MockPlanConfirmer
func (*MockPlanConfirmerMockRecorder) ConfirmPlan ¶
func (mr *MockPlanConfirmerMockRecorder) ConfirmPlan(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ConfirmPlan indicates an expected call of ConfirmPlan
func (*MockPlanConfirmerMockRecorder) WithStatusReceiver ¶
func (mr *MockPlanConfirmerMockRecorder) WithStatusReceiver(arg0 interface{}) *gomock.Call
WithStatusReceiver indicates an expected call of WithStatusReceiver
Click to show internal directories.
Click to hide internal directories.