mock_store

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_store is a generated GoMock package.

Package mock_store is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAppKVStore added in v0.3.0

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

MockAppKVStore is a mock of AppKVStore interface.

func NewMockAppKVStore added in v0.3.0

func NewMockAppKVStore(ctrl *gomock.Controller) *MockAppKVStore

NewMockAppKVStore creates a new mock instance.

func (*MockAppKVStore) Delete added in v0.3.0

func (m *MockAppKVStore) Delete(arg0, arg1, arg2 string) error

Delete mocks base method.

func (*MockAppKVStore) EXPECT added in v0.3.0

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

func (*MockAppKVStore) Get added in v0.3.0

func (m *MockAppKVStore) Get(arg0, arg1, arg2 string, arg3 interface{}) error

Get mocks base method.

func (*MockAppKVStore) Set added in v0.3.0

func (m *MockAppKVStore) Set(arg0, arg1, arg2 string, arg3 interface{}) (bool, error)

Set mocks base method.

type MockAppKVStoreMockRecorder added in v0.3.0

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

MockAppKVStoreMockRecorder is the mock recorder for MockAppKVStore.

func (*MockAppKVStoreMockRecorder) Delete added in v0.3.0

func (mr *MockAppKVStoreMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAppKVStoreMockRecorder) Get added in v0.3.0

func (mr *MockAppKVStoreMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockAppKVStoreMockRecorder) Set added in v0.3.0

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

Set indicates an expected call of Set.

type MockAppStore

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

MockAppStore is a mock of AppStore interface.

func NewMockAppStore

func NewMockAppStore(ctrl *gomock.Controller) *MockAppStore

NewMockAppStore creates a new mock instance.

func (*MockAppStore) AsMap

func (m *MockAppStore) AsMap() map[apps.AppID]*apps.App

AsMap mocks base method.

func (*MockAppStore) Configure

func (m *MockAppStore) Configure(arg0 config.Config)

Configure mocks base method.

func (*MockAppStore) Delete

func (m *MockAppStore) Delete(arg0 apps.AppID) error

Delete mocks base method.

func (*MockAppStore) EXPECT

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

func (*MockAppStore) Get

func (m *MockAppStore) Get(arg0 apps.AppID) (*apps.App, error)

Get mocks base method.

func (*MockAppStore) InitBuiltin

func (m *MockAppStore) InitBuiltin(arg0 ...*apps.App)

InitBuiltin mocks base method.

func (*MockAppStore) Save

func (m *MockAppStore) Save(arg0 *apps.App) error

Save mocks base method.

type MockAppStoreMockRecorder

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

MockAppStoreMockRecorder is the mock recorder for MockAppStore.

func (*MockAppStoreMockRecorder) AsMap

func (mr *MockAppStoreMockRecorder) AsMap() *gomock.Call

AsMap indicates an expected call of AsMap.

func (*MockAppStoreMockRecorder) Configure

func (mr *MockAppStoreMockRecorder) Configure(arg0 interface{}) *gomock.Call

Configure indicates an expected call of Configure.

func (*MockAppStoreMockRecorder) Delete

func (mr *MockAppStoreMockRecorder) Delete(arg0 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockAppStoreMockRecorder) Get

func (mr *MockAppStoreMockRecorder) Get(arg0 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockAppStoreMockRecorder) InitBuiltin

func (mr *MockAppStoreMockRecorder) InitBuiltin(arg0 ...interface{}) *gomock.Call

InitBuiltin indicates an expected call of InitBuiltin.

func (*MockAppStoreMockRecorder) Save

func (mr *MockAppStoreMockRecorder) Save(arg0 interface{}) *gomock.Call

Save indicates an expected call of Save.

Jump to

Keyboard shortcuts

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