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 MockIdentityProvider ¶
type MockIdentityProvider struct {
// contains filtered or unexported fields
}
MockIdentityProvider is a mock of IdentityProvider interface.
func NewMockIdentityProvider ¶
func NewMockIdentityProvider(ctrl *gomock.Controller) *MockIdentityProvider
NewMockIdentityProvider creates a new mock instance.
func (*MockIdentityProvider) EXPECT ¶
func (m *MockIdentityProvider) EXPECT() *MockIdentityProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIdentityProvider) Name ¶
func (m *MockIdentityProvider) Name() string
Name mocks base method.
type MockIdentityProviderMockRecorder ¶
type MockIdentityProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockIdentityProviderMockRecorder is the mock recorder for MockIdentityProvider.
func (*MockIdentityProviderMockRecorder) Name ¶
func (mr *MockIdentityProviderMockRecorder) Name() *gomock.Call
Name indicates an expected call of Name.
Click to show internal directories.
Click to hide internal directories.