mocks

package
v0.0.0-...-264fe26 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2023 License: MIT Imports: 3 Imported by: 0

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 MockAuthUser

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

MockAuthUser is a mock of AuthUser interface.

func NewMockAuthUser

func NewMockAuthUser(ctrl *gomock.Controller) *MockAuthUser

NewMockAuthUser creates a new mock instance.

func (*MockAuthUser) EXPECT

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

func (*MockAuthUser) GetID

func (m *MockAuthUser) GetID() string

GetID mocks base method.

type MockAuthUserMockRecorder

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

MockAuthUserMockRecorder is the mock recorder for MockAuthUser.

func (*MockAuthUserMockRecorder) GetID

func (mr *MockAuthUserMockRecorder) GetID() *gomock.Call

GetID indicates an expected call of GetID.

type MockAuthUserService

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

MockAuthUserService is a mock of AuthUserService interface.

func NewMockAuthUserService

func NewMockAuthUserService(ctrl *gomock.Controller) *MockAuthUserService

NewMockAuthUserService creates a new mock instance.

func (*MockAuthUserService) EXPECT

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

func (*MockAuthUserService) GetUserByKey

func (m *MockAuthUserService) GetUserByKey(key string) (auth.AuthUser, error)

GetUserByKey mocks base method.

type MockAuthUserServiceMockRecorder

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

MockAuthUserServiceMockRecorder is the mock recorder for MockAuthUserService.

func (*MockAuthUserServiceMockRecorder) GetUserByKey

func (mr *MockAuthUserServiceMockRecorder) GetUserByKey(key interface{}) *gomock.Call

GetUserByKey indicates an expected call of GetUserByKey.

Jump to

Keyboard shortcuts

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