Documentation
¶
Index ¶
- type IClient
- func (_m *IClient) DeleteConnection(ctx context.Context, params *apigatewaymanagementapi.DeleteConnectionInput, ...) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
- func (_m *IClient) GetConnection(ctx context.Context, params *apigatewaymanagementapi.GetConnectionInput, ...) (*apigatewaymanagementapi.GetConnectionOutput, error)
- func (_m *IClient) Options() apigatewaymanagementapi.Options
- func (_m *IClient) PostToConnection(ctx context.Context, params *apigatewaymanagementapi.PostToConnectionInput, ...) (*apigatewaymanagementapi.PostToConnectionOutput, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*IClient) DeleteConnection ¶
func (_m *IClient) DeleteConnection(ctx context.Context, params *apigatewaymanagementapi.DeleteConnectionInput, optFns ...func(*apigatewaymanagementapi.Options)) (*apigatewaymanagementapi.DeleteConnectionOutput, error)
DeleteConnection provides a mock function with given fields: ctx, params, optFns
func (*IClient) GetConnection ¶
func (_m *IClient) GetConnection(ctx context.Context, params *apigatewaymanagementapi.GetConnectionInput, optFns ...func(*apigatewaymanagementapi.Options)) (*apigatewaymanagementapi.GetConnectionOutput, error)
GetConnection provides a mock function with given fields: ctx, params, optFns
func (*IClient) Options ¶
func (_m *IClient) Options() apigatewaymanagementapi.Options
Options provides a mock function with given fields:
func (*IClient) PostToConnection ¶
func (_m *IClient) PostToConnection(ctx context.Context, params *apigatewaymanagementapi.PostToConnectionInput, optFns ...func(*apigatewaymanagementapi.Options)) (*apigatewaymanagementapi.PostToConnectionOutput, error)
PostToConnection provides a mock function with given fields: ctx, params, optFns
Click to show internal directories.
Click to hide internal directories.