mocks

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: MIT Imports: 4 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 MockStore

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

MockStore is a mock of Store interface

func NewMockStore

func NewMockStore(ctrl *gomock.Controller) *MockStore

NewMockStore creates a new mock instance

func (*MockStore) EXPECT

func (m *MockStore) EXPECT() *MockStoreMockRecorder

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

func (*MockStore) SaveConfig

func (m *MockStore) SaveConfig(arg0 *config.Config, arg1 bool) error

SaveConfig mocks base method

func (*MockStore) SaveRSAKeys

func (m *MockStore) SaveRSAKeys(arg0 *wallet.RSAKeys, arg1 bool) error

SaveRSAKeys mocks base method

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore

func (*MockStoreMockRecorder) SaveConfig

func (mr *MockStoreMockRecorder) SaveConfig(arg0, arg1 interface{}) *gomock.Call

SaveConfig indicates an expected call of SaveConfig

func (*MockStoreMockRecorder) SaveRSAKeys

func (mr *MockStoreMockRecorder) SaveRSAKeys(arg0, arg1 interface{}) *gomock.Call

SaveRSAKeys indicates an expected call of SaveRSAKeys

Jump to

Keyboard shortcuts

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