mocks

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: MIT Imports: 3 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) GetWallet

func (m *MockStore) GetWallet(arg0, arg1 string) (wallet.Wallet, error)

GetWallet mocks base method

func (*MockStore) GetWalletPath

func (m *MockStore) GetWalletPath(arg0 string) string

GetWalletPath mocks base method

func (*MockStore) ListWallets

func (m *MockStore) ListWallets() ([]string, error)

ListWallets mocks base method

func (*MockStore) SaveWallet

func (m *MockStore) SaveWallet(arg0 wallet.Wallet, arg1 string) error

SaveWallet mocks base method

func (*MockStore) WalletExists

func (m *MockStore) WalletExists(arg0 string) bool

WalletExists mocks base method

type MockStoreMockRecorder

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

MockStoreMockRecorder is the mock recorder for MockStore

func (*MockStoreMockRecorder) GetWallet

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

GetWallet indicates an expected call of GetWallet

func (*MockStoreMockRecorder) GetWalletPath

func (mr *MockStoreMockRecorder) GetWalletPath(arg0 interface{}) *gomock.Call

GetWalletPath indicates an expected call of GetWalletPath

func (*MockStoreMockRecorder) ListWallets

func (mr *MockStoreMockRecorder) ListWallets() *gomock.Call

ListWallets indicates an expected call of ListWallets

func (*MockStoreMockRecorder) SaveWallet

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

SaveWallet indicates an expected call of SaveWallet

func (*MockStoreMockRecorder) WalletExists

func (mr *MockStoreMockRecorder) WalletExists(arg0 interface{}) *gomock.Call

WalletExists indicates an expected call of WalletExists

Jump to

Keyboard shortcuts

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