Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockAuthClientProxy
- func (m *MockAuthClientProxy) EXPECT() *MockAuthClientProxyMockRecorder
- func (m *MockAuthClientProxy) Login(ctx context.Context, req *httpauth.LoginRequest, opts ...client.Option) (*httpauth.LoginResponse, error)
- func (m *MockAuthClientProxy) Synchronize(ctx context.Context, req *httpauth.SynchronizeRequest, opts ...client.Option) (*httpauth.SynchronizeResponse, error)
- type MockAuthClientProxyMockRecorder
- type MockAuthService
- func (m *MockAuthService) EXPECT() *MockAuthServiceMockRecorder
- func (m *MockAuthService) Login(ctx context.Context, req *httpauth.LoginRequest) (*httpauth.LoginResponse, error)
- func (m *MockAuthService) Synchronize(ctx context.Context, req *httpauth.SynchronizeRequest) (*httpauth.SynchronizeResponse, error)
- type MockAuthServiceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthClientProxy ¶
type MockAuthClientProxy struct {
// contains filtered or unexported fields
}
MockAuthClientProxy is a mock of AuthClientProxy interface.
func NewMockAuthClientProxy ¶
func NewMockAuthClientProxy(ctrl *gomock.Controller) *MockAuthClientProxy
NewMockAuthClientProxy creates a new mock instance.
func (*MockAuthClientProxy) EXPECT ¶
func (m *MockAuthClientProxy) EXPECT() *MockAuthClientProxyMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthClientProxy) Login ¶
func (m *MockAuthClientProxy) Login(ctx context.Context, req *httpauth.LoginRequest, opts ...client.Option) (*httpauth.LoginResponse, error)
Login mocks base method.
func (*MockAuthClientProxy) Synchronize ¶
func (m *MockAuthClientProxy) Synchronize(ctx context.Context, req *httpauth.SynchronizeRequest, opts ...client.Option) (*httpauth.SynchronizeResponse, error)
Synchronize mocks base method.
type MockAuthClientProxyMockRecorder ¶
type MockAuthClientProxyMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthClientProxyMockRecorder is the mock recorder for MockAuthClientProxy.
func (*MockAuthClientProxyMockRecorder) Login ¶
func (mr *MockAuthClientProxyMockRecorder) Login(ctx, req any, opts ...any) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthClientProxyMockRecorder) Synchronize ¶
func (mr *MockAuthClientProxyMockRecorder) Synchronize(ctx, req any, opts ...any) *gomock.Call
Synchronize indicates an expected call of Synchronize.
type MockAuthService ¶
type MockAuthService struct {
// contains filtered or unexported fields
}
MockAuthService is a mock of AuthService interface.
func NewMockAuthService ¶
func NewMockAuthService(ctrl *gomock.Controller) *MockAuthService
NewMockAuthService creates a new mock instance.
func (*MockAuthService) EXPECT ¶
func (m *MockAuthService) EXPECT() *MockAuthServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthService) Login ¶
func (m *MockAuthService) Login(ctx context.Context, req *httpauth.LoginRequest) (*httpauth.LoginResponse, error)
Login mocks base method.
func (*MockAuthService) Synchronize ¶
func (m *MockAuthService) Synchronize(ctx context.Context, req *httpauth.SynchronizeRequest) (*httpauth.SynchronizeResponse, error)
Synchronize mocks base method.
type MockAuthServiceMockRecorder ¶
type MockAuthServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthServiceMockRecorder is the mock recorder for MockAuthService.
func (*MockAuthServiceMockRecorder) Login ¶
func (mr *MockAuthServiceMockRecorder) Login(ctx, req any) *gomock.Call
Login indicates an expected call of Login.
func (*MockAuthServiceMockRecorder) Synchronize ¶
func (mr *MockAuthServiceMockRecorder) Synchronize(ctx, req any) *gomock.Call
Synchronize indicates an expected call of Synchronize.