Documentation
¶
Overview ¶
Package luxmock is a generated GoMock package.
Package luxmock is a generated GoMock package.
Index ¶
- type MockTransferableIn
- func (m *MockTransferableIn) Amount() uint64
- func (m *MockTransferableIn) Cost() (uint64, error)
- func (m *MockTransferableIn) EXPECT() *MockTransferableInMockRecorder
- func (m *MockTransferableIn) InitCtx(arg0 *consensusctx.Context)
- func (m *MockTransferableIn) InitializeWithContext(ctx context.Context) error
- func (m *MockTransferableIn) Verify() error
- type MockTransferableInMockRecorder
- func (mr *MockTransferableInMockRecorder) Amount() *gomock.Call
- func (mr *MockTransferableInMockRecorder) Cost() *gomock.Call
- func (mr *MockTransferableInMockRecorder) InitCtx(arg0 any) *gomock.Call
- func (mr *MockTransferableInMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
- func (mr *MockTransferableInMockRecorder) Verify() *gomock.Call
- type MockTransferableOut
- func (m *MockTransferableOut) Amount() uint64
- func (m *MockTransferableOut) EXPECT() *MockTransferableOutMockRecorder
- func (m *MockTransferableOut) InitCtx(arg0 *consensusctx.Context)
- func (m *MockTransferableOut) InitializeWithContext(ctx context.Context) error
- func (m *MockTransferableOut) Verify() error
- type MockTransferableOutMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTransferableIn ¶ added in v1.16.56
type MockTransferableIn struct {
// contains filtered or unexported fields
}
MockTransferableIn is a mock of TransferableIn interface.
func NewMockTransferableIn ¶ added in v1.16.56
func NewMockTransferableIn(ctrl *gomock.Controller) *MockTransferableIn
NewMockTransferableIn creates a new mock instance.
func (*MockTransferableIn) Amount ¶ added in v1.16.56
func (m *MockTransferableIn) Amount() uint64
Amount mocks base method.
func (*MockTransferableIn) Cost ¶ added in v1.16.56
func (m *MockTransferableIn) Cost() (uint64, error)
Cost mocks base method.
func (*MockTransferableIn) EXPECT ¶ added in v1.16.56
func (m *MockTransferableIn) EXPECT() *MockTransferableInMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTransferableIn) InitCtx ¶ added in v1.16.56
func (m *MockTransferableIn) InitCtx(arg0 *consensusctx.Context)
InitCtx mocks base method.
func (*MockTransferableIn) InitializeWithContext ¶ added in v1.16.56
func (m *MockTransferableIn) InitializeWithContext(ctx context.Context) error
InitializeWithContext mocks base method.
func (*MockTransferableIn) Verify ¶ added in v1.16.56
func (m *MockTransferableIn) Verify() error
Verify mocks base method.
type MockTransferableInMockRecorder ¶ added in v1.16.56
type MockTransferableInMockRecorder struct {
// contains filtered or unexported fields
}
MockTransferableInMockRecorder is the mock recorder for MockTransferableIn.
func (*MockTransferableInMockRecorder) Amount ¶ added in v1.16.56
func (mr *MockTransferableInMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*MockTransferableInMockRecorder) Cost ¶ added in v1.16.56
func (mr *MockTransferableInMockRecorder) Cost() *gomock.Call
Cost indicates an expected call of Cost.
func (*MockTransferableInMockRecorder) InitCtx ¶ added in v1.16.56
func (mr *MockTransferableInMockRecorder) InitCtx(arg0 any) *gomock.Call
InitCtx indicates an expected call of InitCtx.
func (*MockTransferableInMockRecorder) InitializeWithContext ¶ added in v1.16.56
func (mr *MockTransferableInMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
InitializeWithContext indicates an expected call of InitializeWithContext.
func (*MockTransferableInMockRecorder) Verify ¶ added in v1.16.56
func (mr *MockTransferableInMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.
type MockTransferableOut ¶ added in v1.16.56
MockTransferableOut is a mock of TransferableOut interface.
func NewMockTransferableOut ¶ added in v1.16.56
func NewMockTransferableOut(ctrl *gomock.Controller) *MockTransferableOut
NewMockTransferableOut creates a new mock instance.
func (*MockTransferableOut) Amount ¶ added in v1.16.56
func (m *MockTransferableOut) Amount() uint64
Amount mocks base method.
func (*MockTransferableOut) EXPECT ¶ added in v1.16.56
func (m *MockTransferableOut) EXPECT() *MockTransferableOutMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTransferableOut) InitCtx ¶ added in v1.16.56
func (m *MockTransferableOut) InitCtx(arg0 *consensusctx.Context)
InitCtx mocks base method.
func (*MockTransferableOut) InitializeWithContext ¶ added in v1.16.56
func (m *MockTransferableOut) InitializeWithContext(ctx context.Context) error
InitializeWithContext mocks base method.
func (*MockTransferableOut) Verify ¶ added in v1.16.56
func (m *MockTransferableOut) Verify() error
Verify mocks base method.
type MockTransferableOutMockRecorder ¶ added in v1.16.56
type MockTransferableOutMockRecorder struct {
// contains filtered or unexported fields
}
MockTransferableOutMockRecorder is the mock recorder for MockTransferableOut.
func (*MockTransferableOutMockRecorder) Amount ¶ added in v1.16.56
func (mr *MockTransferableOutMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*MockTransferableOutMockRecorder) InitCtx ¶ added in v1.16.56
func (mr *MockTransferableOutMockRecorder) InitCtx(arg0 any) *gomock.Call
InitCtx indicates an expected call of InitCtx.
func (*MockTransferableOutMockRecorder) InitializeWithContext ¶ added in v1.16.56
func (mr *MockTransferableOutMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
InitializeWithContext indicates an expected call of InitializeWithContext.
func (*MockTransferableOutMockRecorder) Verify ¶ added in v1.16.56
func (mr *MockTransferableOutMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.