Documentation ¶
Overview ¶
Package ahmocks is a generated GoMock package.
Index ¶
- type MockClientWithResponsesInterface
- func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
- func (m *MockClientWithResponsesInterface) GetAccessInstructionsWithResponse(arg0 context.Context, arg1 string, arg2 *types.GetAccessInstructionsParams, ...) (*types.GetAccessInstructionsResponse, error)
- func (m *MockClientWithResponsesInterface) GetGrantsWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.GetGrantsResponse, error)
- func (m *MockClientWithResponsesInterface) GetHealthWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.GetHealthResponse, error)
- func (m *MockClientWithResponsesInterface) GetProviderArgsWithResponse(arg0 context.Context, arg1 string, arg2 ...types.RequestEditorFn) (*types.GetProviderArgsResponse, error)
- func (m *MockClientWithResponsesInterface) GetProviderWithResponse(arg0 context.Context, arg1 string, arg2 ...types.RequestEditorFn) (*types.GetProviderResponse, error)
- func (m *MockClientWithResponsesInterface) ListProviderArgOptionsWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...types.RequestEditorFn) (*types.ListProviderArgOptionsResponse, error)
- func (m *MockClientWithResponsesInterface) ListProvidersWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.ListProvidersResponse, error)
- func (m *MockClientWithResponsesInterface) PostGrantsRevokeWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, ...) (*types.PostGrantsRevokeResponse, error)
- func (m *MockClientWithResponsesInterface) PostGrantsRevokeWithResponse(arg0 context.Context, arg1 string, arg2 types.PostGrantsRevokeJSONRequestBody, ...) (*types.PostGrantsRevokeResponse, error)
- func (m *MockClientWithResponsesInterface) PostGrantsWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*types.PostGrantsResponse, error)
- func (m *MockClientWithResponsesInterface) PostGrantsWithResponse(arg0 context.Context, arg1 types.CreateGrant, arg2 ...types.RequestEditorFn) (*types.PostGrantsResponse, error)
- func (m *MockClientWithResponsesInterface) RefreshAccessProvidersWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.RefreshAccessProvidersResponse, error)
- func (m *MockClientWithResponsesInterface) ValidateGrantWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*types.ValidateGrantResponse, error)
- func (m *MockClientWithResponsesInterface) ValidateGrantWithResponse(arg0 context.Context, arg1 types.CreateGrant, arg2 ...types.RequestEditorFn) (*types.ValidateGrantResponse, error)
- func (m *MockClientWithResponsesInterface) ValidateSetupWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*types.ValidateSetupResponse, error)
- func (m *MockClientWithResponsesInterface) ValidateSetupWithResponse(arg0 context.Context, arg1 types.ValidateSetupJSONRequestBody, ...) (*types.ValidateSetupResponse, error)
- type MockClientWithResponsesInterfaceMockRecorder
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAccessInstructionsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetGrantsWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetHealthWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProviderArgsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProviderWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListProviderArgOptionsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListProvidersWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) RefreshAccessProvidersWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientWithResponsesInterface ¶
type MockClientWithResponsesInterface struct {
// contains filtered or unexported fields
}
MockClientWithResponsesInterface is a mock of ClientWithResponsesInterface interface.
func NewMockClientWithResponsesInterface ¶
func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface
NewMockClientWithResponsesInterface creates a new mock instance.
func (*MockClientWithResponsesInterface) EXPECT ¶
func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientWithResponsesInterface) GetAccessInstructionsWithResponse ¶
func (m *MockClientWithResponsesInterface) GetAccessInstructionsWithResponse(arg0 context.Context, arg1 string, arg2 *types.GetAccessInstructionsParams, arg3 ...types.RequestEditorFn) (*types.GetAccessInstructionsResponse, error)
GetAccessInstructionsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetGrantsWithResponse ¶
func (m *MockClientWithResponsesInterface) GetGrantsWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.GetGrantsResponse, error)
GetGrantsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetHealthWithResponse ¶
func (m *MockClientWithResponsesInterface) GetHealthWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.GetHealthResponse, error)
GetHealthWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetProviderArgsWithResponse ¶
func (m *MockClientWithResponsesInterface) GetProviderArgsWithResponse(arg0 context.Context, arg1 string, arg2 ...types.RequestEditorFn) (*types.GetProviderArgsResponse, error)
GetProviderArgsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetProviderWithResponse ¶
func (m *MockClientWithResponsesInterface) GetProviderWithResponse(arg0 context.Context, arg1 string, arg2 ...types.RequestEditorFn) (*types.GetProviderResponse, error)
GetProviderWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListProviderArgOptionsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListProviderArgOptionsWithResponse(arg0 context.Context, arg1, arg2 string, arg3 ...types.RequestEditorFn) (*types.ListProviderArgOptionsResponse, error)
ListProviderArgOptionsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListProvidersWithResponse ¶
func (m *MockClientWithResponsesInterface) ListProvidersWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.ListProvidersResponse, error)
ListProvidersWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PostGrantsRevokeWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) PostGrantsRevokeWithBodyWithResponse(arg0 context.Context, arg1, arg2 string, arg3 io.Reader, arg4 ...types.RequestEditorFn) (*types.PostGrantsRevokeResponse, error)
PostGrantsRevokeWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PostGrantsRevokeWithResponse ¶
func (m *MockClientWithResponsesInterface) PostGrantsRevokeWithResponse(arg0 context.Context, arg1 string, arg2 types.PostGrantsRevokeJSONRequestBody, arg3 ...types.RequestEditorFn) (*types.PostGrantsRevokeResponse, error)
PostGrantsRevokeWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PostGrantsWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) PostGrantsWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...types.RequestEditorFn) (*types.PostGrantsResponse, error)
PostGrantsWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PostGrantsWithResponse ¶
func (m *MockClientWithResponsesInterface) PostGrantsWithResponse(arg0 context.Context, arg1 types.CreateGrant, arg2 ...types.RequestEditorFn) (*types.PostGrantsResponse, error)
PostGrantsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) RefreshAccessProvidersWithResponse ¶
func (m *MockClientWithResponsesInterface) RefreshAccessProvidersWithResponse(arg0 context.Context, arg1 ...types.RequestEditorFn) (*types.RefreshAccessProvidersResponse, error)
RefreshAccessProvidersWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ValidateGrantWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) ValidateGrantWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...types.RequestEditorFn) (*types.ValidateGrantResponse, error)
ValidateGrantWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ValidateGrantWithResponse ¶
func (m *MockClientWithResponsesInterface) ValidateGrantWithResponse(arg0 context.Context, arg1 types.CreateGrant, arg2 ...types.RequestEditorFn) (*types.ValidateGrantResponse, error)
ValidateGrantWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ValidateSetupWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) ValidateSetupWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...types.RequestEditorFn) (*types.ValidateSetupResponse, error)
ValidateSetupWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ValidateSetupWithResponse ¶
func (m *MockClientWithResponsesInterface) ValidateSetupWithResponse(arg0 context.Context, arg1 types.ValidateSetupJSONRequestBody, arg2 ...types.RequestEditorFn) (*types.ValidateSetupResponse, error)
ValidateSetupWithResponse mocks base method.
type MockClientWithResponsesInterfaceMockRecorder ¶
type MockClientWithResponsesInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.
func (*MockClientWithResponsesInterfaceMockRecorder) GetAccessInstructionsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetAccessInstructionsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
GetAccessInstructionsWithResponse indicates an expected call of GetAccessInstructionsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetGrantsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetGrantsWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetGrantsWithResponse indicates an expected call of GetGrantsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetHealthWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetHealthWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
GetHealthWithResponse indicates an expected call of GetHealthWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetProviderArgsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProviderArgsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetProviderArgsWithResponse indicates an expected call of GetProviderArgsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) GetProviderWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) GetProviderWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetProviderWithResponse indicates an expected call of GetProviderWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListProviderArgOptionsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListProviderArgOptionsWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListProviderArgOptionsWithResponse indicates an expected call of ListProviderArgOptionsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ListProvidersWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ListProvidersWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
ListProvidersWithResponse indicates an expected call of ListProvidersWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithBodyWithResponse(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call
PostGrantsRevokeWithBodyWithResponse indicates an expected call of PostGrantsRevokeWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsRevokeWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
PostGrantsRevokeWithResponse indicates an expected call of PostGrantsRevokeWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
PostGrantsWithBodyWithResponse indicates an expected call of PostGrantsWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) PostGrantsWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PostGrantsWithResponse indicates an expected call of PostGrantsWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) RefreshAccessProvidersWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) RefreshAccessProvidersWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
RefreshAccessProvidersWithResponse indicates an expected call of RefreshAccessProvidersWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ValidateGrantWithBodyWithResponse indicates an expected call of ValidateGrantWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateGrantWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidateGrantWithResponse indicates an expected call of ValidateGrantWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ValidateSetupWithBodyWithResponse indicates an expected call of ValidateSetupWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) ValidateSetupWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ValidateSetupWithResponse indicates an expected call of ValidateSetupWithResponse.