mock

package
v0.0.0-...-8450a52 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

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 MockOauthApplicationRepository

type MockOauthApplicationRepository struct {
	// contains filtered or unexported fields
}

MockOauthApplicationRepository is a mock of OauthApplicationRepository interface.

func NewMockOauthApplicationRepository

func NewMockOauthApplicationRepository(ctrl *gomock.Controller) *MockOauthApplicationRepository

NewMockOauthApplicationRepository creates a new mock instance.

func (*MockOauthApplicationRepository) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockOauthApplicationRepository) OneByUIDandSecret

func (m *MockOauthApplicationRepository) OneByUIDandSecret(ktx kontext.Context, clientUID, clientSecret string, tx db.TX) (entity.OauthApplication, exception.Exception)

OneByUIDandSecret mocks base method.

type MockOauthApplicationRepositoryMockRecorder

type MockOauthApplicationRepositoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockOauthApplicationRepositoryMockRecorder is the mock recorder for MockOauthApplicationRepository.

func (*MockOauthApplicationRepositoryMockRecorder) OneByUIDandSecret

func (mr *MockOauthApplicationRepositoryMockRecorder) OneByUIDandSecret(ktx, clientUID, clientSecret, tx interface{}) *gomock.Call

OneByUIDandSecret indicates an expected call of OneByUIDandSecret.

type MockRouterPath

type MockRouterPath struct {
	// contains filtered or unexported fields
}

MockRouterPath is a mock of RouterPath interface.

func NewMockRouterPath

func NewMockRouterPath(ctrl *gomock.Controller) *MockRouterPath

NewMockRouterPath creates a new mock instance.

func (*MockRouterPath) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockRouterPath) GetAuth

func (m *MockRouterPath) GetAuth() string

GetAuth mocks base method.

func (*MockRouterPath) GetSCope

func (m *MockRouterPath) GetSCope() string

GetSCope mocks base method.

type MockRouterPathMockRecorder

type MockRouterPathMockRecorder struct {
	// contains filtered or unexported fields
}

MockRouterPathMockRecorder is the mock recorder for MockRouterPath.

func (*MockRouterPathMockRecorder) GetAuth

func (mr *MockRouterPathMockRecorder) GetAuth() *gomock.Call

GetAuth indicates an expected call of GetAuth.

func (*MockRouterPathMockRecorder) GetSCope

func (mr *MockRouterPathMockRecorder) GetSCope() *gomock.Call

GetSCope indicates an expected call of GetSCope.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL