repository

package
v0.0.0-...-e61a738 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package repository is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAuther

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

MockAuther is a mock of Auther interface.

func NewMockAuther

func NewMockAuther(ctrl *gomock.Controller) *MockAuther

NewMockAuther creates a new mock instance.

func (*MockAuther) CreateAccount

func (m *MockAuther) CreateAccount(arg0 domain.SignUpInput) error

CreateAccount mocks base method.

func (*MockAuther) EXPECT

func (m *MockAuther) EXPECT() *MockAutherMockRecorder

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

func (*MockAuther) GetAccountById

func (m *MockAuther) GetAccountById(arg0 int) (domain.Account, error)

GetAccountById mocks base method.

func (*MockAuther) GetByCredentials

func (m *MockAuther) GetByCredentials(arg0, arg1 string) (domain.Account, error)

GetByCredentials mocks base method.

type MockAutherMockRecorder

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

MockAutherMockRecorder is the mock recorder for MockAuther.

func (*MockAutherMockRecorder) CreateAccount

func (mr *MockAutherMockRecorder) CreateAccount(arg0 interface{}) *gomock.Call

CreateAccount indicates an expected call of CreateAccount.

func (*MockAutherMockRecorder) GetAccountById

func (mr *MockAutherMockRecorder) GetAccountById(arg0 interface{}) *gomock.Call

GetAccountById indicates an expected call of GetAccountById.

func (*MockAutherMockRecorder) GetByCredentials

func (mr *MockAutherMockRecorder) GetByCredentials(arg0, arg1 interface{}) *gomock.Call

GetByCredentials indicates an expected call of GetByCredentials.

Jump to

Keyboard shortcuts

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