mockdb

package
v0.0.0-...-1227298 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package mockdb is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockSessionClient

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

MockSessionClient is a mock of SessionClient interface.

func NewMockSessionClient

func NewMockSessionClient(ctrl *gomock.Controller) *MockSessionClient

NewMockSessionClient creates a new mock instance.

func (*MockSessionClient) Del

func (m *MockSessionClient) Del(arg0 context.Context, arg1 string) error

Del mocks base method.

func (*MockSessionClient) EXPECT

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

func (*MockSessionClient) Get

func (m *MockSessionClient) Get(arg0 context.Context, arg1 string) (*session.Session, error)

Get mocks base method.

func (*MockSessionClient) Set

func (m *MockSessionClient) Set(arg0 context.Context, arg1 string, arg2 *session.Session) error

Set mocks base method.

type MockSessionClientMockRecorder

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

MockSessionClientMockRecorder is the mock recorder for MockSessionClient.

func (*MockSessionClientMockRecorder) Del

func (mr *MockSessionClientMockRecorder) Del(arg0, arg1 interface{}) *gomock.Call

Del indicates an expected call of Del.

func (*MockSessionClientMockRecorder) Get

func (mr *MockSessionClientMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSessionClientMockRecorder) Set

func (mr *MockSessionClientMockRecorder) Set(arg0, arg1, arg2 interface{}) *gomock.Call

Set indicates an expected call of Set.

Jump to

Keyboard shortcuts

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