Documentation ¶
Overview ¶
Package oidc is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIOidcBackgroundStorage ¶
type MockIOidcBackgroundStorage struct {
// contains filtered or unexported fields
}
MockIOidcBackgroundStorage is a mock of IOidcBackgroundStorage interface.
func NewMockIOidcBackgroundStorage ¶
func NewMockIOidcBackgroundStorage(ctrl *gomock.Controller) *MockIOidcBackgroundStorage
NewMockIOidcBackgroundStorage creates a new mock instance.
func (*MockIOidcBackgroundStorage) AtomicGet ¶
func (m *MockIOidcBackgroundStorage) AtomicGet() *oidc.DiscoveryDocument
AtomicGet mocks base method.
func (*MockIOidcBackgroundStorage) AtomicStore ¶
func (m *MockIOidcBackgroundStorage) AtomicStore(arg0 *oidc.DiscoveryDocument)
AtomicStore mocks base method.
func (*MockIOidcBackgroundStorage) EXPECT ¶
func (m *MockIOidcBackgroundStorage) EXPECT() *MockIOidcBackgroundStorageMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockIOidcBackgroundStorageMockRecorder ¶
type MockIOidcBackgroundStorageMockRecorder struct {
// contains filtered or unexported fields
}
MockIOidcBackgroundStorageMockRecorder is the mock recorder for MockIOidcBackgroundStorage.
func (*MockIOidcBackgroundStorageMockRecorder) AtomicGet ¶
func (mr *MockIOidcBackgroundStorageMockRecorder) AtomicGet() *gomock.Call
AtomicGet indicates an expected call of AtomicGet.
func (*MockIOidcBackgroundStorageMockRecorder) AtomicStore ¶
func (mr *MockIOidcBackgroundStorageMockRecorder) AtomicStore(arg0 interface{}) *gomock.Call
AtomicStore indicates an expected call of AtomicStore.
Click to show internal directories.
Click to hide internal directories.