ahmocks

package
v0.15.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package ahmocks is a generated GoMock package.

Index

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientWithResponsesInterface) GetAccessInstructionsWithResponse

GetAccessInstructionsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetGrantsWithResponse

GetGrantsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetHealthWithResponse

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

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

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

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL