mocks

package
v0.0.0-...-11ea5b6 Latest Latest
Warning

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

Go to latest
Published: Dec 1, 2024 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 MockOperation

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

MockOperation is a mock of Operation interface.

func NewMockOperation

func NewMockOperation(ctrl *gomock.Controller) *MockOperation

NewMockOperation creates a new mock instance.

func (*MockOperation) BalanceChange

func (m *MockOperation) BalanceChange(req models.Request) (string, error)

BalanceChange mocks base method.

func (*MockOperation) BalanceCheck

func (m *MockOperation) BalanceCheck(id string) (float64, error)

BalanceCheck mocks base method.

func (*MockOperation) EXPECT

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

type MockOperationMockRecorder

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

MockOperationMockRecorder is the mock recorder for MockOperation.

func (*MockOperationMockRecorder) BalanceChange

func (mr *MockOperationMockRecorder) BalanceChange(req interface{}) *gomock.Call

BalanceChange indicates an expected call of BalanceChange.

func (*MockOperationMockRecorder) BalanceCheck

func (mr *MockOperationMockRecorder) BalanceCheck(id interface{}) *gomock.Call

BalanceCheck indicates an expected call of BalanceCheck.

Jump to

Keyboard shortcuts

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