Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClientWithResponsesInterface
- func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
- func (m *MockClientWithResponsesInterface) ExternalPrincipalLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*apiclient.ExternalPrincipalLoginResponse, error)
- func (m *MockClientWithResponsesInterface) ExternalPrincipalLoginWithResponse(arg0 context.Context, arg1 apiclient.ExternalPrincipalLoginJSONRequestBody, ...) (*apiclient.ExternalPrincipalLoginResponse, error)
- func (m *MockClientWithResponsesInterface) HealthCheckWithResponse(arg0 context.Context, arg1 ...apiclient.RequestEditorFn) (*apiclient.HealthCheckResponse, error)
- func (m *MockClientWithResponsesInterface) LDAPLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*apiclient.LDAPLoginResponse, error)
- func (m *MockClientWithResponsesInterface) LDAPLoginWithResponse(arg0 context.Context, arg1 apiclient.LDAPLoginJSONRequestBody, ...) (*apiclient.LDAPLoginResponse, error)
- func (m *MockClientWithResponsesInterface) OauthCallbackWithResponse(arg0 context.Context, arg1 ...apiclient.RequestEditorFn) (*apiclient.OauthCallbackResponse, error)
- func (m *MockClientWithResponsesInterface) STSLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*apiclient.STSLoginResponse, error)
- func (m *MockClientWithResponsesInterface) STSLoginWithResponse(arg0 context.Context, arg1 apiclient.STSLoginJSONRequestBody, ...) (*apiclient.STSLoginResponse, error)
- type MockClientWithResponsesInterfaceMockRecorder
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) OauthCallbackWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) STSLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) STSLoginWithResponse(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) ExternalPrincipalLoginWithBodyWithResponse ¶ added in v1.18.0
func (m *MockClientWithResponsesInterface) ExternalPrincipalLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...apiclient.RequestEditorFn) (*apiclient.ExternalPrincipalLoginResponse, error)
ExternalPrincipalLoginWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ExternalPrincipalLoginWithResponse ¶ added in v1.18.0
func (m *MockClientWithResponsesInterface) ExternalPrincipalLoginWithResponse(arg0 context.Context, arg1 apiclient.ExternalPrincipalLoginJSONRequestBody, arg2 ...apiclient.RequestEditorFn) (*apiclient.ExternalPrincipalLoginResponse, error)
ExternalPrincipalLoginWithResponse mocks base method.
func (*MockClientWithResponsesInterface) HealthCheckWithResponse ¶
func (m *MockClientWithResponsesInterface) HealthCheckWithResponse(arg0 context.Context, arg1 ...apiclient.RequestEditorFn) (*apiclient.HealthCheckResponse, error)
HealthCheckWithResponse mocks base method.
func (*MockClientWithResponsesInterface) LDAPLoginWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) LDAPLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...apiclient.RequestEditorFn) (*apiclient.LDAPLoginResponse, error)
LDAPLoginWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) LDAPLoginWithResponse ¶
func (m *MockClientWithResponsesInterface) LDAPLoginWithResponse(arg0 context.Context, arg1 apiclient.LDAPLoginJSONRequestBody, arg2 ...apiclient.RequestEditorFn) (*apiclient.LDAPLoginResponse, error)
LDAPLoginWithResponse mocks base method.
func (*MockClientWithResponsesInterface) OauthCallbackWithResponse ¶
func (m *MockClientWithResponsesInterface) OauthCallbackWithResponse(arg0 context.Context, arg1 ...apiclient.RequestEditorFn) (*apiclient.OauthCallbackResponse, error)
OauthCallbackWithResponse mocks base method.
func (*MockClientWithResponsesInterface) STSLoginWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) STSLoginWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...apiclient.RequestEditorFn) (*apiclient.STSLoginResponse, error)
STSLoginWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) STSLoginWithResponse ¶
func (m *MockClientWithResponsesInterface) STSLoginWithResponse(arg0 context.Context, arg1 apiclient.STSLoginJSONRequestBody, arg2 ...apiclient.RequestEditorFn) (*apiclient.STSLoginResponse, error)
STSLoginWithResponse mocks base method.
type MockClientWithResponsesInterfaceMockRecorder ¶
type MockClientWithResponsesInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.
func (*MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithBodyWithResponse ¶ added in v1.18.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ExternalPrincipalLoginWithBodyWithResponse indicates an expected call of ExternalPrincipalLoginWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithResponse ¶ added in v1.18.0
func (mr *MockClientWithResponsesInterfaceMockRecorder) ExternalPrincipalLoginWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ExternalPrincipalLoginWithResponse indicates an expected call of ExternalPrincipalLoginWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) HealthCheckWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
HealthCheckWithResponse indicates an expected call of HealthCheckWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
LDAPLoginWithBodyWithResponse indicates an expected call of LDAPLoginWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) LDAPLoginWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
LDAPLoginWithResponse indicates an expected call of LDAPLoginWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) OauthCallbackWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) OauthCallbackWithResponse(arg0 interface{}, arg1 ...interface{}) *gomock.Call
OauthCallbackWithResponse indicates an expected call of OauthCallbackWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) STSLoginWithBodyWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) STSLoginWithBodyWithResponse(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
STSLoginWithBodyWithResponse indicates an expected call of STSLoginWithBodyWithResponse.
func (*MockClientWithResponsesInterfaceMockRecorder) STSLoginWithResponse ¶
func (mr *MockClientWithResponsesInterfaceMockRecorder) STSLoginWithResponse(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
STSLoginWithResponse indicates an expected call of STSLoginWithResponse.