Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockConnectionsManager
- type MockConnectionsManagerMockRecorder
- type MockInteractor
- func (m *MockInteractor) EXPECT() *MockInteractorMockRecorder
- func (m *MockInteractor) Log(arg0 context.Context, arg1 string, arg2 api.LogType, arg3 string)
- func (m *MockInteractor) NotifyError(arg0 context.Context, arg1 string, arg2 api.ErrorType, arg3 error)
- func (m *MockInteractor) NotifyFailedTransaction(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string, arg5 error, ...)
- func (m *MockInteractor) NotifyInteractionSessionBegan(arg0 context.Context, arg1 string, arg2 api.WorkflowType, arg3 byte) error
- func (m *MockInteractor) NotifyInteractionSessionEnded(arg0 context.Context, arg1 string)
- func (m *MockInteractor) NotifySuccessfulRequest(arg0 context.Context, arg1 string, arg2 byte, arg3 string)
- func (m *MockInteractor) NotifySuccessfulTransaction(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5 string, ...)
- func (m *MockInteractor) RequestPassphrase(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string) (string, error)
- func (m *MockInteractor) RequestPermissionsReview(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string, ...) (bool, error)
- func (m *MockInteractor) RequestTransactionReviewForChecking(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, ...) (bool, error)
- func (m *MockInteractor) RequestTransactionReviewForSending(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, ...) (bool, error)
- func (m *MockInteractor) RequestTransactionReviewForSigning(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, ...) (bool, error)
- func (m *MockInteractor) RequestWalletConnectionReview(arg0 context.Context, arg1 string, arg2 byte, arg3 string) (string, error)
- func (m *MockInteractor) RequestWalletSelection(arg0 context.Context, arg1 string, arg2 byte, arg3 string, arg4 []string) (string, error)
- type MockInteractorMockRecorder
- func (mr *MockInteractorMockRecorder) Log(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifyError(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifyFailedTransaction(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifyInteractionSessionBegan(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifyInteractionSessionEnded(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifySuccessfulRequest(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) NotifySuccessfulTransaction(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestPassphrase(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestPermissionsReview(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestTransactionReviewForChecking(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestTransactionReviewForSending(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestTransactionReviewForSigning(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestWalletConnectionReview(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockInteractorMockRecorder) RequestWalletSelection(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- type MockNetworkStore
- func (m *MockNetworkStore) DeleteNetwork(arg0 string) error
- func (m *MockNetworkStore) EXPECT() *MockNetworkStoreMockRecorder
- func (m *MockNetworkStore) GetNetwork(arg0 string) (*network.Network, error)
- func (m *MockNetworkStore) GetNetworkPath(arg0 string) string
- func (m *MockNetworkStore) ListNetworks() ([]string, error)
- func (m *MockNetworkStore) NetworkExists(arg0 string) (bool, error)
- func (m *MockNetworkStore) RenameNetwork(arg0, arg1 string) error
- func (m *MockNetworkStore) SaveNetwork(arg0 *network.Network) error
- type MockNetworkStoreMockRecorder
- func (mr *MockNetworkStoreMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) GetNetworkPath(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) ListNetworks() *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) NetworkExists(arg0 interface{}) *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) RenameNetwork(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockNetworkStoreMockRecorder) SaveNetwork(arg0 interface{}) *gomock.Call
- type MockSpamHandler
- type MockSpamHandlerMockRecorder
- type MockWalletStore
- func (m *MockWalletStore) CreateWallet(arg0 context.Context, arg1 wallet.Wallet, arg2 string) error
- func (m *MockWalletStore) DeleteWallet(arg0 context.Context, arg1 string) error
- func (m *MockWalletStore) EXPECT() *MockWalletStoreMockRecorder
- func (m *MockWalletStore) GetWallet(arg0 context.Context, arg1 string) (wallet.Wallet, error)
- func (m *MockWalletStore) GetWalletPath(arg0 string) string
- func (m *MockWalletStore) IsWalletAlreadyUnlocked(arg0 context.Context, arg1 string) (bool, error)
- func (m *MockWalletStore) ListWallets(arg0 context.Context) ([]string, error)
- func (m *MockWalletStore) LockWallet(arg0 context.Context, arg1 string) error
- func (m *MockWalletStore) RenameWallet(arg0 context.Context, arg1, arg2 string) error
- func (m *MockWalletStore) UnlockWallet(arg0 context.Context, arg1, arg2 string) error
- func (m *MockWalletStore) UpdatePassphrase(arg0 context.Context, arg1, arg2 string) error
- func (m *MockWalletStore) UpdateWallet(arg0 context.Context, arg1 wallet.Wallet) error
- func (m *MockWalletStore) WalletExists(arg0 context.Context, arg1 string) (bool, error)
- type MockWalletStoreMockRecorder
- func (mr *MockWalletStoreMockRecorder) CreateWallet(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) DeleteWallet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) GetWallet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) GetWalletPath(arg0 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) IsWalletAlreadyUnlocked(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) ListWallets(arg0 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) LockWallet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) RenameWallet(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) UnlockWallet(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) UpdatePassphrase(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) UpdateWallet(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockWalletStoreMockRecorder) WalletExists(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConnectionsManager ¶
type MockConnectionsManager struct {
// contains filtered or unexported fields
}
MockConnectionsManager is a mock of ConnectionsManager interface.
func NewMockConnectionsManager ¶
func NewMockConnectionsManager(ctrl *gomock.Controller) *MockConnectionsManager
NewMockConnectionsManager creates a new mock instance.
func (*MockConnectionsManager) EXPECT ¶
func (m *MockConnectionsManager) EXPECT() *MockConnectionsManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConnectionsManager) EndSessionConnection ¶
func (m *MockConnectionsManager) EndSessionConnection(arg0, arg1 string)
EndSessionConnection mocks base method.
func (*MockConnectionsManager) ListSessionConnections ¶
func (m *MockConnectionsManager) ListSessionConnections() []api.Connection
ListSessionConnections mocks base method.
type MockConnectionsManagerMockRecorder ¶
type MockConnectionsManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockConnectionsManagerMockRecorder is the mock recorder for MockConnectionsManager.
func (*MockConnectionsManagerMockRecorder) EndSessionConnection ¶
func (mr *MockConnectionsManagerMockRecorder) EndSessionConnection(arg0, arg1 interface{}) *gomock.Call
EndSessionConnection indicates an expected call of EndSessionConnection.
func (*MockConnectionsManagerMockRecorder) ListSessionConnections ¶
func (mr *MockConnectionsManagerMockRecorder) ListSessionConnections() *gomock.Call
ListSessionConnections indicates an expected call of ListSessionConnections.
type MockInteractor ¶
type MockInteractor struct {
// contains filtered or unexported fields
}
MockInteractor is a mock of Interactor interface.
func NewMockInteractor ¶
func NewMockInteractor(ctrl *gomock.Controller) *MockInteractor
NewMockInteractor creates a new mock instance.
func (*MockInteractor) EXPECT ¶
func (m *MockInteractor) EXPECT() *MockInteractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInteractor) NotifyError ¶
func (m *MockInteractor) NotifyError(arg0 context.Context, arg1 string, arg2 api.ErrorType, arg3 error)
NotifyError mocks base method.
func (*MockInteractor) NotifyFailedTransaction ¶
func (m *MockInteractor) NotifyFailedTransaction(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string, arg5 error, arg6 time.Time, arg7 string)
NotifyFailedTransaction mocks base method.
func (*MockInteractor) NotifyInteractionSessionBegan ¶
func (m *MockInteractor) NotifyInteractionSessionBegan(arg0 context.Context, arg1 string, arg2 api.WorkflowType, arg3 byte) error
NotifyInteractionSessionBegan mocks base method.
func (*MockInteractor) NotifyInteractionSessionEnded ¶
func (m *MockInteractor) NotifyInteractionSessionEnded(arg0 context.Context, arg1 string)
NotifyInteractionSessionEnded mocks base method.
func (*MockInteractor) NotifySuccessfulRequest ¶
func (m *MockInteractor) NotifySuccessfulRequest(arg0 context.Context, arg1 string, arg2 byte, arg3 string)
NotifySuccessfulRequest mocks base method.
func (*MockInteractor) NotifySuccessfulTransaction ¶
func (m *MockInteractor) NotifySuccessfulTransaction(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5 string, arg6 time.Time, arg7 string)
NotifySuccessfulTransaction mocks base method.
func (*MockInteractor) RequestPassphrase ¶
func (m *MockInteractor) RequestPassphrase(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string) (string, error)
RequestPassphrase mocks base method.
func (*MockInteractor) RequestPermissionsReview ¶
func (m *MockInteractor) RequestPermissionsReview(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4 string, arg5 map[string]string) (bool, error)
RequestPermissionsReview mocks base method.
func (*MockInteractor) RequestTransactionReviewForChecking ¶
func (m *MockInteractor) RequestTransactionReviewForChecking(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, arg7 time.Time) (bool, error)
RequestTransactionReviewForChecking mocks base method.
func (*MockInteractor) RequestTransactionReviewForSending ¶
func (m *MockInteractor) RequestTransactionReviewForSending(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, arg7 time.Time) (bool, error)
RequestTransactionReviewForSending mocks base method.
func (*MockInteractor) RequestTransactionReviewForSigning ¶
func (m *MockInteractor) RequestTransactionReviewForSigning(arg0 context.Context, arg1 string, arg2 byte, arg3, arg4, arg5, arg6 string, arg7 time.Time) (bool, error)
RequestTransactionReviewForSigning mocks base method.
func (*MockInteractor) RequestWalletConnectionReview ¶
func (m *MockInteractor) RequestWalletConnectionReview(arg0 context.Context, arg1 string, arg2 byte, arg3 string) (string, error)
RequestWalletConnectionReview mocks base method.
type MockInteractorMockRecorder ¶
type MockInteractorMockRecorder struct {
// contains filtered or unexported fields
}
MockInteractorMockRecorder is the mock recorder for MockInteractor.
func (*MockInteractorMockRecorder) Log ¶
func (mr *MockInteractorMockRecorder) Log(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Log indicates an expected call of Log.
func (*MockInteractorMockRecorder) NotifyError ¶
func (mr *MockInteractorMockRecorder) NotifyError(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NotifyError indicates an expected call of NotifyError.
func (*MockInteractorMockRecorder) NotifyFailedTransaction ¶
func (mr *MockInteractorMockRecorder) NotifyFailedTransaction(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
NotifyFailedTransaction indicates an expected call of NotifyFailedTransaction.
func (*MockInteractorMockRecorder) NotifyInteractionSessionBegan ¶
func (mr *MockInteractorMockRecorder) NotifyInteractionSessionBegan(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NotifyInteractionSessionBegan indicates an expected call of NotifyInteractionSessionBegan.
func (*MockInteractorMockRecorder) NotifyInteractionSessionEnded ¶
func (mr *MockInteractorMockRecorder) NotifyInteractionSessionEnded(arg0, arg1 interface{}) *gomock.Call
NotifyInteractionSessionEnded indicates an expected call of NotifyInteractionSessionEnded.
func (*MockInteractorMockRecorder) NotifySuccessfulRequest ¶
func (mr *MockInteractorMockRecorder) NotifySuccessfulRequest(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
NotifySuccessfulRequest indicates an expected call of NotifySuccessfulRequest.
func (*MockInteractorMockRecorder) NotifySuccessfulTransaction ¶
func (mr *MockInteractorMockRecorder) NotifySuccessfulTransaction(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
NotifySuccessfulTransaction indicates an expected call of NotifySuccessfulTransaction.
func (*MockInteractorMockRecorder) RequestPassphrase ¶
func (mr *MockInteractorMockRecorder) RequestPassphrase(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RequestPassphrase indicates an expected call of RequestPassphrase.
func (*MockInteractorMockRecorder) RequestPermissionsReview ¶
func (mr *MockInteractorMockRecorder) RequestPermissionsReview(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
RequestPermissionsReview indicates an expected call of RequestPermissionsReview.
func (*MockInteractorMockRecorder) RequestTransactionReviewForChecking ¶
func (mr *MockInteractorMockRecorder) RequestTransactionReviewForChecking(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
RequestTransactionReviewForChecking indicates an expected call of RequestTransactionReviewForChecking.
func (*MockInteractorMockRecorder) RequestTransactionReviewForSending ¶
func (mr *MockInteractorMockRecorder) RequestTransactionReviewForSending(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
RequestTransactionReviewForSending indicates an expected call of RequestTransactionReviewForSending.
func (*MockInteractorMockRecorder) RequestTransactionReviewForSigning ¶
func (mr *MockInteractorMockRecorder) RequestTransactionReviewForSigning(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
RequestTransactionReviewForSigning indicates an expected call of RequestTransactionReviewForSigning.
func (*MockInteractorMockRecorder) RequestWalletConnectionReview ¶
func (mr *MockInteractorMockRecorder) RequestWalletConnectionReview(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
RequestWalletConnectionReview indicates an expected call of RequestWalletConnectionReview.
func (*MockInteractorMockRecorder) RequestWalletSelection ¶
func (mr *MockInteractorMockRecorder) RequestWalletSelection(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
RequestWalletSelection indicates an expected call of RequestWalletSelection.
type MockNetworkStore ¶
type MockNetworkStore struct {
// contains filtered or unexported fields
}
MockNetworkStore is a mock of NetworkStore interface.
func NewMockNetworkStore ¶
func NewMockNetworkStore(ctrl *gomock.Controller) *MockNetworkStore
NewMockNetworkStore creates a new mock instance.
func (*MockNetworkStore) DeleteNetwork ¶
func (m *MockNetworkStore) DeleteNetwork(arg0 string) error
DeleteNetwork mocks base method.
func (*MockNetworkStore) EXPECT ¶
func (m *MockNetworkStore) EXPECT() *MockNetworkStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetworkStore) GetNetwork ¶
func (m *MockNetworkStore) GetNetwork(arg0 string) (*network.Network, error)
GetNetwork mocks base method.
func (*MockNetworkStore) GetNetworkPath ¶
func (m *MockNetworkStore) GetNetworkPath(arg0 string) string
GetNetworkPath mocks base method.
func (*MockNetworkStore) ListNetworks ¶
func (m *MockNetworkStore) ListNetworks() ([]string, error)
ListNetworks mocks base method.
func (*MockNetworkStore) NetworkExists ¶
func (m *MockNetworkStore) NetworkExists(arg0 string) (bool, error)
NetworkExists mocks base method.
func (*MockNetworkStore) RenameNetwork ¶
func (m *MockNetworkStore) RenameNetwork(arg0, arg1 string) error
RenameNetwork mocks base method.
func (*MockNetworkStore) SaveNetwork ¶
func (m *MockNetworkStore) SaveNetwork(arg0 *network.Network) error
SaveNetwork mocks base method.
type MockNetworkStoreMockRecorder ¶
type MockNetworkStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockNetworkStoreMockRecorder is the mock recorder for MockNetworkStore.
func (*MockNetworkStoreMockRecorder) DeleteNetwork ¶
func (mr *MockNetworkStoreMockRecorder) DeleteNetwork(arg0 interface{}) *gomock.Call
DeleteNetwork indicates an expected call of DeleteNetwork.
func (*MockNetworkStoreMockRecorder) GetNetwork ¶
func (mr *MockNetworkStoreMockRecorder) GetNetwork(arg0 interface{}) *gomock.Call
GetNetwork indicates an expected call of GetNetwork.
func (*MockNetworkStoreMockRecorder) GetNetworkPath ¶
func (mr *MockNetworkStoreMockRecorder) GetNetworkPath(arg0 interface{}) *gomock.Call
GetNetworkPath indicates an expected call of GetNetworkPath.
func (*MockNetworkStoreMockRecorder) ListNetworks ¶
func (mr *MockNetworkStoreMockRecorder) ListNetworks() *gomock.Call
ListNetworks indicates an expected call of ListNetworks.
func (*MockNetworkStoreMockRecorder) NetworkExists ¶
func (mr *MockNetworkStoreMockRecorder) NetworkExists(arg0 interface{}) *gomock.Call
NetworkExists indicates an expected call of NetworkExists.
func (*MockNetworkStoreMockRecorder) RenameNetwork ¶
func (mr *MockNetworkStoreMockRecorder) RenameNetwork(arg0, arg1 interface{}) *gomock.Call
RenameNetwork indicates an expected call of RenameNetwork.
func (*MockNetworkStoreMockRecorder) SaveNetwork ¶
func (mr *MockNetworkStoreMockRecorder) SaveNetwork(arg0 interface{}) *gomock.Call
SaveNetwork indicates an expected call of SaveNetwork.
type MockSpamHandler ¶
type MockSpamHandler struct {
// contains filtered or unexported fields
}
MockSpamHandler is a mock of SpamHandler interface.
func NewMockSpamHandler ¶
func NewMockSpamHandler(ctrl *gomock.Controller) *MockSpamHandler
NewMockSpamHandler creates a new mock instance.
func (*MockSpamHandler) CheckSubmission ¶
func (m *MockSpamHandler) CheckSubmission(arg0 *v10.SubmitTransactionRequest, arg1 *types.SpamStatistics) error
CheckSubmission mocks base method.
func (*MockSpamHandler) EXPECT ¶
func (m *MockSpamHandler) EXPECT() *MockSpamHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockSpamHandler) GenerateProofOfWork ¶
func (m *MockSpamHandler) GenerateProofOfWork(arg0 string, arg1 *types.SpamStatistics) (*v1.ProofOfWork, error)
GenerateProofOfWork mocks base method.
type MockSpamHandlerMockRecorder ¶
type MockSpamHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockSpamHandlerMockRecorder is the mock recorder for MockSpamHandler.
func (*MockSpamHandlerMockRecorder) CheckSubmission ¶
func (mr *MockSpamHandlerMockRecorder) CheckSubmission(arg0, arg1 interface{}) *gomock.Call
CheckSubmission indicates an expected call of CheckSubmission.
func (*MockSpamHandlerMockRecorder) GenerateProofOfWork ¶
func (mr *MockSpamHandlerMockRecorder) GenerateProofOfWork(arg0, arg1 interface{}) *gomock.Call
GenerateProofOfWork indicates an expected call of GenerateProofOfWork.
type MockWalletStore ¶
type MockWalletStore struct {
// contains filtered or unexported fields
}
MockWalletStore is a mock of WalletStore interface.
func NewMockWalletStore ¶
func NewMockWalletStore(ctrl *gomock.Controller) *MockWalletStore
NewMockWalletStore creates a new mock instance.
func (*MockWalletStore) CreateWallet ¶
CreateWallet mocks base method.
func (*MockWalletStore) DeleteWallet ¶
func (m *MockWalletStore) DeleteWallet(arg0 context.Context, arg1 string) error
DeleteWallet mocks base method.
func (*MockWalletStore) EXPECT ¶
func (m *MockWalletStore) EXPECT() *MockWalletStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWalletStore) GetWalletPath ¶
func (m *MockWalletStore) GetWalletPath(arg0 string) string
GetWalletPath mocks base method.
func (*MockWalletStore) IsWalletAlreadyUnlocked ¶
IsWalletAlreadyUnlocked mocks base method.
func (*MockWalletStore) ListWallets ¶
func (m *MockWalletStore) ListWallets(arg0 context.Context) ([]string, error)
ListWallets mocks base method.
func (*MockWalletStore) LockWallet ¶
func (m *MockWalletStore) LockWallet(arg0 context.Context, arg1 string) error
LockWallet mocks base method.
func (*MockWalletStore) RenameWallet ¶
func (m *MockWalletStore) RenameWallet(arg0 context.Context, arg1, arg2 string) error
RenameWallet mocks base method.
func (*MockWalletStore) UnlockWallet ¶
func (m *MockWalletStore) UnlockWallet(arg0 context.Context, arg1, arg2 string) error
UnlockWallet mocks base method.
func (*MockWalletStore) UpdatePassphrase ¶
func (m *MockWalletStore) UpdatePassphrase(arg0 context.Context, arg1, arg2 string) error
UpdatePassphrase mocks base method.
func (*MockWalletStore) UpdateWallet ¶
UpdateWallet mocks base method.
func (*MockWalletStore) WalletExists ¶
WalletExists mocks base method.
type MockWalletStoreMockRecorder ¶
type MockWalletStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockWalletStoreMockRecorder is the mock recorder for MockWalletStore.
func (*MockWalletStoreMockRecorder) CreateWallet ¶
func (mr *MockWalletStoreMockRecorder) CreateWallet(arg0, arg1, arg2 interface{}) *gomock.Call
CreateWallet indicates an expected call of CreateWallet.
func (*MockWalletStoreMockRecorder) DeleteWallet ¶
func (mr *MockWalletStoreMockRecorder) DeleteWallet(arg0, arg1 interface{}) *gomock.Call
DeleteWallet indicates an expected call of DeleteWallet.
func (*MockWalletStoreMockRecorder) GetWallet ¶
func (mr *MockWalletStoreMockRecorder) GetWallet(arg0, arg1 interface{}) *gomock.Call
GetWallet indicates an expected call of GetWallet.
func (*MockWalletStoreMockRecorder) GetWalletPath ¶
func (mr *MockWalletStoreMockRecorder) GetWalletPath(arg0 interface{}) *gomock.Call
GetWalletPath indicates an expected call of GetWalletPath.
func (*MockWalletStoreMockRecorder) IsWalletAlreadyUnlocked ¶
func (mr *MockWalletStoreMockRecorder) IsWalletAlreadyUnlocked(arg0, arg1 interface{}) *gomock.Call
IsWalletAlreadyUnlocked indicates an expected call of IsWalletAlreadyUnlocked.
func (*MockWalletStoreMockRecorder) ListWallets ¶
func (mr *MockWalletStoreMockRecorder) ListWallets(arg0 interface{}) *gomock.Call
ListWallets indicates an expected call of ListWallets.
func (*MockWalletStoreMockRecorder) LockWallet ¶
func (mr *MockWalletStoreMockRecorder) LockWallet(arg0, arg1 interface{}) *gomock.Call
LockWallet indicates an expected call of LockWallet.
func (*MockWalletStoreMockRecorder) RenameWallet ¶
func (mr *MockWalletStoreMockRecorder) RenameWallet(arg0, arg1, arg2 interface{}) *gomock.Call
RenameWallet indicates an expected call of RenameWallet.
func (*MockWalletStoreMockRecorder) UnlockWallet ¶
func (mr *MockWalletStoreMockRecorder) UnlockWallet(arg0, arg1, arg2 interface{}) *gomock.Call
UnlockWallet indicates an expected call of UnlockWallet.
func (*MockWalletStoreMockRecorder) UpdatePassphrase ¶
func (mr *MockWalletStoreMockRecorder) UpdatePassphrase(arg0, arg1, arg2 interface{}) *gomock.Call
UpdatePassphrase indicates an expected call of UpdatePassphrase.
func (*MockWalletStoreMockRecorder) UpdateWallet ¶
func (mr *MockWalletStoreMockRecorder) UpdateWallet(arg0, arg1 interface{}) *gomock.Call
UpdateWallet indicates an expected call of UpdateWallet.
func (*MockWalletStoreMockRecorder) WalletExists ¶
func (mr *MockWalletStoreMockRecorder) WalletExists(arg0, arg1 interface{}) *gomock.Call
WalletExists indicates an expected call of WalletExists.