Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type Mockapi
- func (m *Mockapi) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
- func (m *Mockapi) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *Mockapi) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
- func (m *Mockapi) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *Mockapi) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
- func (m *Mockapi) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
- func (m *Mockapi) EXPECT() *MockapiMockRecorder
- func (m *Mockapi) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *Mockapi) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) error
- func (m *Mockapi) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *Mockapi) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- func (m *Mockapi) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, ...) error
- type MockapiMockRecorder
- func (mr *MockapiMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockapiMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockchangeSetAPI
- func (m *MockchangeSetAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
- func (m *MockchangeSetAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
- func (m *MockchangeSetAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
- func (m *MockchangeSetAPI) EXPECT() *MockchangeSetAPIMockRecorder
- func (m *MockchangeSetAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
- func (m *MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, ...) error
- type MockchangeSetAPIMockRecorder
- func (mr *MockchangeSetAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
- func (mr *MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockapi ¶
type Mockapi struct {
// contains filtered or unexported fields
}
Mockapi is a mock of api interface
func NewMockapi ¶
func NewMockapi(ctrl *gomock.Controller) *Mockapi
NewMockapi creates a new mock instance
func (*Mockapi) CreateChangeSet ¶
func (m *Mockapi) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSet mocks base method
func (*Mockapi) DeleteChangeSet ¶
func (m *Mockapi) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSet mocks base method
func (*Mockapi) DeleteStack ¶
func (m *Mockapi) DeleteStack(arg0 *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
DeleteStack mocks base method
func (*Mockapi) DescribeChangeSet ¶
func (m *Mockapi) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSet mocks base method
func (*Mockapi) DescribeStackEvents ¶
func (m *Mockapi) DescribeStackEvents(arg0 *cloudformation.DescribeStackEventsInput) (*cloudformation.DescribeStackEventsOutput, error)
DescribeStackEvents mocks base method
func (*Mockapi) DescribeStacks ¶
func (m *Mockapi) DescribeStacks(arg0 *cloudformation.DescribeStacksInput) (*cloudformation.DescribeStacksOutput, error)
DescribeStacks mocks base method
func (*Mockapi) EXPECT ¶
func (m *Mockapi) EXPECT() *MockapiMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*Mockapi) ExecuteChangeSet ¶
func (m *Mockapi) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSet mocks base method
func (*Mockapi) WaitUntilChangeSetCreateCompleteWithContext ¶
func (m *Mockapi) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error
WaitUntilChangeSetCreateCompleteWithContext mocks base method
func (*Mockapi) WaitUntilStackCreateCompleteWithContext ¶
func (m *Mockapi) WaitUntilStackCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackCreateCompleteWithContext mocks base method
func (*Mockapi) WaitUntilStackDeleteCompleteWithContext ¶
func (m *Mockapi) WaitUntilStackDeleteCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackDeleteCompleteWithContext mocks base method
func (*Mockapi) WaitUntilStackUpdateCompleteWithContext ¶
func (m *Mockapi) WaitUntilStackUpdateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeStacksInput, arg2 ...request.WaiterOption) error
WaitUntilStackUpdateCompleteWithContext mocks base method
type MockapiMockRecorder ¶
type MockapiMockRecorder struct {
// contains filtered or unexported fields
}
MockapiMockRecorder is the mock recorder for Mockapi
func (*MockapiMockRecorder) CreateChangeSet ¶
func (mr *MockapiMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
CreateChangeSet indicates an expected call of CreateChangeSet
func (*MockapiMockRecorder) DeleteChangeSet ¶
func (mr *MockapiMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
DeleteChangeSet indicates an expected call of DeleteChangeSet
func (*MockapiMockRecorder) DeleteStack ¶
func (mr *MockapiMockRecorder) DeleteStack(arg0 interface{}) *gomock.Call
DeleteStack indicates an expected call of DeleteStack
func (*MockapiMockRecorder) DescribeChangeSet ¶
func (mr *MockapiMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
DescribeChangeSet indicates an expected call of DescribeChangeSet
func (*MockapiMockRecorder) DescribeStackEvents ¶
func (mr *MockapiMockRecorder) DescribeStackEvents(arg0 interface{}) *gomock.Call
DescribeStackEvents indicates an expected call of DescribeStackEvents
func (*MockapiMockRecorder) DescribeStacks ¶
func (mr *MockapiMockRecorder) DescribeStacks(arg0 interface{}) *gomock.Call
DescribeStacks indicates an expected call of DescribeStacks
func (*MockapiMockRecorder) ExecuteChangeSet ¶
func (mr *MockapiMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
ExecuteChangeSet indicates an expected call of ExecuteChangeSet
func (*MockapiMockRecorder) WaitUntilChangeSetCreateCompleteWithContext ¶
func (mr *MockapiMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext
func (*MockapiMockRecorder) WaitUntilStackCreateCompleteWithContext ¶
func (mr *MockapiMockRecorder) WaitUntilStackCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackCreateCompleteWithContext indicates an expected call of WaitUntilStackCreateCompleteWithContext
func (*MockapiMockRecorder) WaitUntilStackDeleteCompleteWithContext ¶
func (mr *MockapiMockRecorder) WaitUntilStackDeleteCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackDeleteCompleteWithContext indicates an expected call of WaitUntilStackDeleteCompleteWithContext
func (*MockapiMockRecorder) WaitUntilStackUpdateCompleteWithContext ¶
func (mr *MockapiMockRecorder) WaitUntilStackUpdateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilStackUpdateCompleteWithContext indicates an expected call of WaitUntilStackUpdateCompleteWithContext
type MockchangeSetAPI ¶
type MockchangeSetAPI struct {
// contains filtered or unexported fields
}
MockchangeSetAPI is a mock of changeSetAPI interface
func NewMockchangeSetAPI ¶
func NewMockchangeSetAPI(ctrl *gomock.Controller) *MockchangeSetAPI
NewMockchangeSetAPI creates a new mock instance
func (*MockchangeSetAPI) CreateChangeSet ¶
func (m *MockchangeSetAPI) CreateChangeSet(arg0 *cloudformation.CreateChangeSetInput) (*cloudformation.CreateChangeSetOutput, error)
CreateChangeSet mocks base method
func (*MockchangeSetAPI) DeleteChangeSet ¶
func (m *MockchangeSetAPI) DeleteChangeSet(arg0 *cloudformation.DeleteChangeSetInput) (*cloudformation.DeleteChangeSetOutput, error)
DeleteChangeSet mocks base method
func (*MockchangeSetAPI) DescribeChangeSet ¶
func (m *MockchangeSetAPI) DescribeChangeSet(arg0 *cloudformation.DescribeChangeSetInput) (*cloudformation.DescribeChangeSetOutput, error)
DescribeChangeSet mocks base method
func (*MockchangeSetAPI) EXPECT ¶
func (m *MockchangeSetAPI) EXPECT() *MockchangeSetAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockchangeSetAPI) ExecuteChangeSet ¶
func (m *MockchangeSetAPI) ExecuteChangeSet(arg0 *cloudformation.ExecuteChangeSetInput) (*cloudformation.ExecuteChangeSetOutput, error)
ExecuteChangeSet mocks base method
func (*MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext ¶
func (m *MockchangeSetAPI) WaitUntilChangeSetCreateCompleteWithContext(arg0 aws.Context, arg1 *cloudformation.DescribeChangeSetInput, arg2 ...request.WaiterOption) error
WaitUntilChangeSetCreateCompleteWithContext mocks base method
type MockchangeSetAPIMockRecorder ¶
type MockchangeSetAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockchangeSetAPIMockRecorder is the mock recorder for MockchangeSetAPI
func (*MockchangeSetAPIMockRecorder) CreateChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) CreateChangeSet(arg0 interface{}) *gomock.Call
CreateChangeSet indicates an expected call of CreateChangeSet
func (*MockchangeSetAPIMockRecorder) DeleteChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) DeleteChangeSet(arg0 interface{}) *gomock.Call
DeleteChangeSet indicates an expected call of DeleteChangeSet
func (*MockchangeSetAPIMockRecorder) DescribeChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) DescribeChangeSet(arg0 interface{}) *gomock.Call
DescribeChangeSet indicates an expected call of DescribeChangeSet
func (*MockchangeSetAPIMockRecorder) ExecuteChangeSet ¶
func (mr *MockchangeSetAPIMockRecorder) ExecuteChangeSet(arg0 interface{}) *gomock.Call
ExecuteChangeSet indicates an expected call of ExecuteChangeSet
func (*MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext ¶
func (mr *MockchangeSetAPIMockRecorder) WaitUntilChangeSetCreateCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilChangeSetCreateCompleteWithContext indicates an expected call of WaitUntilChangeSetCreateCompleteWithContext