Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthenticator ¶
type MockAuthenticator struct {
// contains filtered or unexported fields
}
MockAuthenticator is a mock of Authenticator interface.
func NewMockAuthenticator ¶
func NewMockAuthenticator(ctrl *gomock.Controller) *MockAuthenticator
NewMockAuthenticator creates a new mock instance.
func (*MockAuthenticator) Authenticate ¶
func (m *MockAuthenticator) Authenticate(ctx context.Context, input oapivalidator.AuthenticationInput) (context.Context, error)
Authenticate mocks base method.
func (*MockAuthenticator) EXPECT ¶
func (m *MockAuthenticator) EXPECT() *MockAuthenticatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockAuthenticatorMockRecorder ¶
type MockAuthenticatorMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthenticatorMockRecorder is the mock recorder for MockAuthenticator.
func (*MockAuthenticatorMockRecorder) Authenticate ¶
func (mr *MockAuthenticatorMockRecorder) Authenticate(ctx, input any) *gomock.Call
Authenticate indicates an expected call of Authenticate.
type MockFailureHandler ¶
type MockFailureHandler struct {
// contains filtered or unexported fields
}
MockFailureHandler is a mock of FailureHandler interface.
func NewMockFailureHandler ¶
func NewMockFailureHandler(ctrl *gomock.Controller) *MockFailureHandler
NewMockFailureHandler creates a new mock instance.
func (*MockFailureHandler) EXPECT ¶
func (m *MockFailureHandler) EXPECT() *MockFailureHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFailureHandler) Handle ¶
func (m *MockFailureHandler) Handle(c *echo.Context, failure *oapivalidator.Failure) error
Handle mocks base method.
type MockFailureHandlerMockRecorder ¶
type MockFailureHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockFailureHandlerMockRecorder is the mock recorder for MockFailureHandler.