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 MockGetParametersByPathAPIClient ¶
type MockGetParametersByPathAPIClient struct {
// contains filtered or unexported fields
}
MockGetParametersByPathAPIClient is a mock of GetParametersByPathAPIClient interface.
func NewMockGetParametersByPathAPIClient ¶
func NewMockGetParametersByPathAPIClient(ctrl *gomock.Controller) *MockGetParametersByPathAPIClient
NewMockGetParametersByPathAPIClient creates a new mock instance.
func (*MockGetParametersByPathAPIClient) EXPECT ¶
func (m *MockGetParametersByPathAPIClient) EXPECT() *MockGetParametersByPathAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGetParametersByPathAPIClient) GetParametersByPath ¶
func (m *MockGetParametersByPathAPIClient) GetParametersByPath(arg0 context.Context, arg1 *ssm.GetParametersByPathInput, arg2 ...func(*ssm.Options)) (*ssm.GetParametersByPathOutput, error)
GetParametersByPath mocks base method.
type MockGetParametersByPathAPIClientMockRecorder ¶
type MockGetParametersByPathAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockGetParametersByPathAPIClientMockRecorder is the mock recorder for MockGetParametersByPathAPIClient.
func (*MockGetParametersByPathAPIClientMockRecorder) GetParametersByPath ¶
func (mr *MockGetParametersByPathAPIClientMockRecorder) GetParametersByPath(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetParametersByPath indicates an expected call of GetParametersByPath.
Click to show internal directories.
Click to hide internal directories.