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 MockOutgoingAuthRegistry ¶
type MockOutgoingAuthRegistry struct {
// contains filtered or unexported fields
}
MockOutgoingAuthRegistry is a mock of OutgoingAuthRegistry interface.
func NewMockOutgoingAuthRegistry ¶
func NewMockOutgoingAuthRegistry(ctrl *gomock.Controller) *MockOutgoingAuthRegistry
NewMockOutgoingAuthRegistry creates a new mock instance.
func (*MockOutgoingAuthRegistry) EXPECT ¶
func (m *MockOutgoingAuthRegistry) EXPECT() *MockOutgoingAuthRegistryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOutgoingAuthRegistry) GetStrategy ¶
func (m *MockOutgoingAuthRegistry) GetStrategy(name string) (auth.Strategy, error)
GetStrategy mocks base method.
func (*MockOutgoingAuthRegistry) RegisterStrategy ¶
func (m *MockOutgoingAuthRegistry) RegisterStrategy(name string, strategy auth.Strategy) error
RegisterStrategy mocks base method.
type MockOutgoingAuthRegistryMockRecorder ¶
type MockOutgoingAuthRegistryMockRecorder struct {
// contains filtered or unexported fields
}
MockOutgoingAuthRegistryMockRecorder is the mock recorder for MockOutgoingAuthRegistry.
func (*MockOutgoingAuthRegistryMockRecorder) GetStrategy ¶
func (mr *MockOutgoingAuthRegistryMockRecorder) GetStrategy(name any) *gomock.Call
GetStrategy indicates an expected call of GetStrategy.
func (*MockOutgoingAuthRegistryMockRecorder) RegisterStrategy ¶
func (mr *MockOutgoingAuthRegistryMockRecorder) RegisterStrategy(name, strategy any) *gomock.Call
RegisterStrategy indicates an expected call of RegisterStrategy.
Click to show internal directories.
Click to hide internal directories.