Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockcfn ¶
type Mockcfn struct {
// contains filtered or unexported fields
}
Mockcfn is a mock of cfn interface.
func NewMockcfn ¶
func NewMockcfn(ctrl *gomock.Controller) *Mockcfn
NewMockcfn creates a new mock instance.
func (*Mockcfn) Describe ¶
func (m *Mockcfn) Describe(name string) (*cloudformation.StackDescription, error)
Describe mocks base method.
func (*Mockcfn) EXPECT ¶
func (m *Mockcfn) EXPECT() *MockcfnMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockcfn) Metadata ¶
func (m *Mockcfn) Metadata(opt cloudformation.MetadataOpts) (string, error)
Metadata mocks base method.
func (*Mockcfn) StackResources ¶
func (m *Mockcfn) StackResources(name string) ([]*cloudformation.StackResource, error)
StackResources mocks base method.
type MockcfnMockRecorder ¶
type MockcfnMockRecorder struct {
// contains filtered or unexported fields
}
MockcfnMockRecorder is the mock recorder for Mockcfn.
func (*MockcfnMockRecorder) Describe ¶
func (mr *MockcfnMockRecorder) Describe(name interface{}) *gomock.Call
Describe indicates an expected call of Describe.
func (*MockcfnMockRecorder) Metadata ¶
func (mr *MockcfnMockRecorder) Metadata(opt interface{}) *gomock.Call
Metadata indicates an expected call of Metadata.
func (*MockcfnMockRecorder) StackResources ¶
func (mr *MockcfnMockRecorder) StackResources(name interface{}) *gomock.Call
StackResources indicates an expected call of StackResources.
Click to show internal directories.
Click to hide internal directories.