Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockOauthAccessTokenRepository ¶
type MockOauthAccessTokenRepository struct {
// contains filtered or unexported fields
}
MockOauthAccessTokenRepository is a mock of OauthAccessTokenRepository interface.
func NewMockOauthAccessTokenRepository ¶
func NewMockOauthAccessTokenRepository(ctrl *gomock.Controller) *MockOauthAccessTokenRepository
NewMockOauthAccessTokenRepository creates a new mock instance.
func (*MockOauthAccessTokenRepository) EXPECT ¶
func (m *MockOauthAccessTokenRepository) EXPECT() *MockOauthAccessTokenRepositoryMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockOauthAccessTokenRepository) OneByToken ¶
func (m *MockOauthAccessTokenRepository) OneByToken(ktx kontext.Context, token string, tx db.TX) (entity.OauthAccessToken, exception.Exception)
OneByToken mocks base method.
type MockOauthAccessTokenRepositoryMockRecorder ¶
type MockOauthAccessTokenRepositoryMockRecorder struct {
// contains filtered or unexported fields
}
MockOauthAccessTokenRepositoryMockRecorder is the mock recorder for MockOauthAccessTokenRepository.
func (*MockOauthAccessTokenRepositoryMockRecorder) OneByToken ¶
func (mr *MockOauthAccessTokenRepositoryMockRecorder) OneByToken(ktx, token, tx interface{}) *gomock.Call
OneByToken indicates an expected call of OneByToken.
Click to show internal directories.
Click to hide internal directories.