mock_gemini

package
v0.0.0-...-f003305 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_gemini is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) CheckTxStatus

func (m *MockClient) CheckTxStatus(ctx context.Context, APIKEY, clientID, txRef string) (*gemini.PayoutResult, error)

CheckTxStatus mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

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

func (*MockClient) FetchAccountList

func (m *MockClient) FetchAccountList(ctx context.Context, APIKey string, signer cryptography.HMACKey, payload string) (*[]gemini.Account, error)

FetchAccountList mocks base method.

func (*MockClient) FetchBalances

func (m *MockClient) FetchBalances(ctx context.Context, APIKey string, signer cryptography.HMACKey, payload string) (*[]gemini.Balance, error)

FetchBalances mocks base method.

func (*MockClient) FetchValidatedAccount

func (m *MockClient) FetchValidatedAccount(ctx context.Context, verificationToken, recipientID string) (gemini.ValidatedAccount, error)

FetchValidateAccount mocks base method.

func (*MockClient) UploadBulkPayout

func (m *MockClient) UploadBulkPayout(ctx context.Context, APIKey string, signer cryptography.HMACKey, payload string) (*[]gemini.PayoutResult, error)

UploadBulkPayout mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) CheckTxStatus

func (mr *MockClientMockRecorder) CheckTxStatus(ctx, APIKEY, clientID, txRef interface{}) *gomock.Call

CheckTxStatus indicates an expected call of CheckTxStatus.

func (*MockClientMockRecorder) FetchAccountList

func (mr *MockClientMockRecorder) FetchAccountList(ctx, APIKey, signer, payload interface{}) *gomock.Call

FetchAccountList indicates an expected call of FetchAccountList.

func (*MockClientMockRecorder) FetchBalances

func (mr *MockClientMockRecorder) FetchBalances(ctx, APIKey, signer, payload interface{}) *gomock.Call

FetchBalances indicates an expected call of FetchBalances.

func (*MockClientMockRecorder) FetchValidateAccount

func (mr *MockClientMockRecorder) FetchValidateAccount(ctx, verificationToken, recipientID interface{}) *gomock.Call

FetchValidateAccount indicates an expected call of FetchValidateAccount.

func (*MockClientMockRecorder) UploadBulkPayout

func (mr *MockClientMockRecorder) UploadBulkPayout(ctx, APIKey, signer, payload interface{}) *gomock.Call

UploadBulkPayout indicates an expected call of UploadBulkPayout.

Jump to

Keyboard shortcuts

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