mock_store

package
v0.2.0 Latest Latest
Warning

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

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

Documentation

Overview

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 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