Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type Mockcertifier
- type MockcertifierCertifyIfEligibleCall
- func (c *MockcertifierCertifyIfEligibleCall) Do(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierCertifyIfEligibleCall
- func (c *MockcertifierCertifyIfEligibleCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierCertifyIfEligibleCall
- func (c *MockcertifierCertifyIfEligibleCall) Return(arg0 error) *MockcertifierCertifyIfEligibleCall
- type MockcertifierMockRecorder
- type MockcertifierRegisterForCertCall
- func (c *MockcertifierRegisterForCertCall) Do(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierRegisterForCertCall
- func (c *MockcertifierRegisterForCertCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierRegisterForCertCall
- func (c *MockcertifierRegisterForCertCall) Return(arg0 error) *MockcertifierRegisterForCertCall
- type Mockexecutor
- type MockexecutorExecuteOptimisticCall
- type MockexecutorMockRecorder
- type MocklayerClock
- type MocklayerClockAwaitLayerCall
- func (c *MocklayerClockAwaitLayerCall) Do(f func(types.LayerID) <-chan struct{}) *MocklayerClockAwaitLayerCall
- func (c *MocklayerClockAwaitLayerCall) DoAndReturn(f func(types.LayerID) <-chan struct{}) *MocklayerClockAwaitLayerCall
- func (c *MocklayerClockAwaitLayerCall) Return(arg0 <-chan struct{}) *MocklayerClockAwaitLayerCall
- type MocklayerClockCurrentLayerCall
- func (c *MocklayerClockCurrentLayerCall) Do(f func() types.LayerID) *MocklayerClockCurrentLayerCall
- func (c *MocklayerClockCurrentLayerCall) DoAndReturn(f func() types.LayerID) *MocklayerClockCurrentLayerCall
- func (c *MocklayerClockCurrentLayerCall) Return(arg0 types.LayerID) *MocklayerClockCurrentLayerCall
- type MocklayerClockMockRecorder
- type MocklayerPatrol
- type MocklayerPatrolCompleteHareCall
- type MocklayerPatrolMockRecorder
- type MockmeshProvider
- func (m *MockmeshProvider) AddBlockWithTXs(arg0 context.Context, arg1 *types.Block) error
- func (m *MockmeshProvider) EXPECT() *MockmeshProviderMockRecorder
- func (m *MockmeshProvider) ProcessLayerPerHareOutput(arg0 context.Context, arg1 types.LayerID, arg2 types.BlockID, arg3 bool) error
- func (m *MockmeshProvider) ProcessedLayer() types.LayerID
- type MockmeshProviderAddBlockWithTXsCall
- func (c *MockmeshProviderAddBlockWithTXsCall) Do(f func(context.Context, *types.Block) error) *MockmeshProviderAddBlockWithTXsCall
- func (c *MockmeshProviderAddBlockWithTXsCall) DoAndReturn(f func(context.Context, *types.Block) error) *MockmeshProviderAddBlockWithTXsCall
- func (c *MockmeshProviderAddBlockWithTXsCall) Return(arg0 error) *MockmeshProviderAddBlockWithTXsCall
- type MockmeshProviderMockRecorder
- func (mr *MockmeshProviderMockRecorder) AddBlockWithTXs(arg0, arg1 any) *MockmeshProviderAddBlockWithTXsCall
- func (mr *MockmeshProviderMockRecorder) ProcessLayerPerHareOutput(arg0, arg1, arg2, arg3 any) *MockmeshProviderProcessLayerPerHareOutputCall
- func (mr *MockmeshProviderMockRecorder) ProcessedLayer() *MockmeshProviderProcessedLayerCall
- type MockmeshProviderProcessLayerPerHareOutputCall
- func (c *MockmeshProviderProcessLayerPerHareOutputCall) Do(f func(context.Context, types.LayerID, types.BlockID, bool) error) *MockmeshProviderProcessLayerPerHareOutputCall
- func (c *MockmeshProviderProcessLayerPerHareOutputCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID, bool) error) *MockmeshProviderProcessLayerPerHareOutputCall
- func (c *MockmeshProviderProcessLayerPerHareOutputCall) Return(arg0 error) *MockmeshProviderProcessLayerPerHareOutputCall
- type MockmeshProviderProcessedLayerCall
- func (c *MockmeshProviderProcessedLayerCall) Do(f func() types.LayerID) *MockmeshProviderProcessedLayerCall
- func (c *MockmeshProviderProcessedLayerCall) DoAndReturn(f func() types.LayerID) *MockmeshProviderProcessedLayerCall
- func (c *MockmeshProviderProcessedLayerCall) Return(arg0 types.LayerID) *MockmeshProviderProcessedLayerCall
- type MocktortoiseProvider
- type MocktortoiseProviderGetMissingActiveSetCall
- func (c *MocktortoiseProviderGetMissingActiveSetCall) Do(f func(types.EpochID, []types.ATXID) []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
- func (c *MocktortoiseProviderGetMissingActiveSetCall) DoAndReturn(f func(types.EpochID, []types.ATXID) []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
- func (c *MocktortoiseProviderGetMissingActiveSetCall) Return(arg0 []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
- type MocktortoiseProviderMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mockcertifier ¶
type Mockcertifier struct {
// contains filtered or unexported fields
}
Mockcertifier is a mock of certifier interface.
func NewMockcertifier ¶
func NewMockcertifier(ctrl *gomock.Controller) *Mockcertifier
NewMockcertifier creates a new mock instance.
func (*Mockcertifier) CertifyIfEligible ¶
func (m *Mockcertifier) CertifyIfEligible(arg0 context.Context, arg1 types.LayerID, arg2 types.BlockID) error
CertifyIfEligible mocks base method.
func (*Mockcertifier) EXPECT ¶
func (m *Mockcertifier) EXPECT() *MockcertifierMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockcertifier) RegisterForCert ¶
func (m *Mockcertifier) RegisterForCert(arg0 context.Context, arg1 types.LayerID, arg2 types.BlockID) error
RegisterForCert mocks base method.
type MockcertifierCertifyIfEligibleCall ¶ added in v1.4.0
MockcertifierCertifyIfEligibleCall wrap *gomock.Call
func (*MockcertifierCertifyIfEligibleCall) Do ¶ added in v1.4.0
func (c *MockcertifierCertifyIfEligibleCall) Do(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierCertifyIfEligibleCall
Do rewrite *gomock.Call.Do
func (*MockcertifierCertifyIfEligibleCall) DoAndReturn ¶ added in v1.4.0
func (c *MockcertifierCertifyIfEligibleCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierCertifyIfEligibleCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockcertifierCertifyIfEligibleCall) Return ¶ added in v1.4.0
func (c *MockcertifierCertifyIfEligibleCall) Return(arg0 error) *MockcertifierCertifyIfEligibleCall
Return rewrite *gomock.Call.Return
type MockcertifierMockRecorder ¶
type MockcertifierMockRecorder struct {
// contains filtered or unexported fields
}
MockcertifierMockRecorder is the mock recorder for Mockcertifier.
func (*MockcertifierMockRecorder) CertifyIfEligible ¶
func (mr *MockcertifierMockRecorder) CertifyIfEligible(arg0, arg1, arg2 any) *MockcertifierCertifyIfEligibleCall
CertifyIfEligible indicates an expected call of CertifyIfEligible.
func (*MockcertifierMockRecorder) RegisterForCert ¶
func (mr *MockcertifierMockRecorder) RegisterForCert(arg0, arg1, arg2 any) *MockcertifierRegisterForCertCall
RegisterForCert indicates an expected call of RegisterForCert.
type MockcertifierRegisterForCertCall ¶ added in v1.4.0
MockcertifierRegisterForCertCall wrap *gomock.Call
func (*MockcertifierRegisterForCertCall) Do ¶ added in v1.4.0
func (c *MockcertifierRegisterForCertCall) Do(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierRegisterForCertCall
Do rewrite *gomock.Call.Do
func (*MockcertifierRegisterForCertCall) DoAndReturn ¶ added in v1.4.0
func (c *MockcertifierRegisterForCertCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID) error) *MockcertifierRegisterForCertCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockcertifierRegisterForCertCall) Return ¶ added in v1.4.0
func (c *MockcertifierRegisterForCertCall) Return(arg0 error) *MockcertifierRegisterForCertCall
Return rewrite *gomock.Call.Return
type Mockexecutor ¶
type Mockexecutor struct {
// contains filtered or unexported fields
}
Mockexecutor is a mock of executor interface.
func NewMockexecutor ¶
func NewMockexecutor(ctrl *gomock.Controller) *Mockexecutor
NewMockexecutor creates a new mock instance.
func (*Mockexecutor) EXPECT ¶
func (m *Mockexecutor) EXPECT() *MockexecutorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*Mockexecutor) ExecuteOptimistic ¶
func (m *Mockexecutor) ExecuteOptimistic(arg0 context.Context, arg1 types.LayerID, arg2 uint64, arg3 []types.AnyReward, arg4 []types.TransactionID) (*types.Block, error)
ExecuteOptimistic mocks base method.
type MockexecutorExecuteOptimisticCall ¶ added in v1.4.0
MockexecutorExecuteOptimisticCall wrap *gomock.Call
func (*MockexecutorExecuteOptimisticCall) Do ¶ added in v1.4.0
func (c *MockexecutorExecuteOptimisticCall) Do(f func(context.Context, types.LayerID, uint64, []types.AnyReward, []types.TransactionID) (*types.Block, error)) *MockexecutorExecuteOptimisticCall
Do rewrite *gomock.Call.Do
func (*MockexecutorExecuteOptimisticCall) DoAndReturn ¶ added in v1.4.0
func (c *MockexecutorExecuteOptimisticCall) DoAndReturn(f func(context.Context, types.LayerID, uint64, []types.AnyReward, []types.TransactionID) (*types.Block, error)) *MockexecutorExecuteOptimisticCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockexecutorExecuteOptimisticCall) Return ¶ added in v1.4.0
func (c *MockexecutorExecuteOptimisticCall) Return(arg0 *types.Block, arg1 error) *MockexecutorExecuteOptimisticCall
Return rewrite *gomock.Call.Return
type MockexecutorMockRecorder ¶
type MockexecutorMockRecorder struct {
// contains filtered or unexported fields
}
MockexecutorMockRecorder is the mock recorder for Mockexecutor.
func (*MockexecutorMockRecorder) ExecuteOptimistic ¶
func (mr *MockexecutorMockRecorder) ExecuteOptimistic(arg0, arg1, arg2, arg3, arg4 any) *MockexecutorExecuteOptimisticCall
ExecuteOptimistic indicates an expected call of ExecuteOptimistic.
type MocklayerClock ¶
type MocklayerClock struct {
// contains filtered or unexported fields
}
MocklayerClock is a mock of layerClock interface.
func NewMocklayerClock ¶
func NewMocklayerClock(ctrl *gomock.Controller) *MocklayerClock
NewMocklayerClock creates a new mock instance.
func (*MocklayerClock) AwaitLayer ¶
func (m *MocklayerClock) AwaitLayer(layerID types.LayerID) <-chan struct{}
AwaitLayer mocks base method.
func (*MocklayerClock) CurrentLayer ¶
func (m *MocklayerClock) CurrentLayer() types.LayerID
CurrentLayer mocks base method.
func (*MocklayerClock) EXPECT ¶
func (m *MocklayerClock) EXPECT() *MocklayerClockMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MocklayerClockAwaitLayerCall ¶ added in v1.4.0
MocklayerClockAwaitLayerCall wrap *gomock.Call
func (*MocklayerClockAwaitLayerCall) Do ¶ added in v1.4.0
func (c *MocklayerClockAwaitLayerCall) Do(f func(types.LayerID) <-chan struct{}) *MocklayerClockAwaitLayerCall
Do rewrite *gomock.Call.Do
func (*MocklayerClockAwaitLayerCall) DoAndReturn ¶ added in v1.4.0
func (c *MocklayerClockAwaitLayerCall) DoAndReturn(f func(types.LayerID) <-chan struct{}) *MocklayerClockAwaitLayerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MocklayerClockAwaitLayerCall) Return ¶ added in v1.4.0
func (c *MocklayerClockAwaitLayerCall) Return(arg0 <-chan struct{}) *MocklayerClockAwaitLayerCall
Return rewrite *gomock.Call.Return
type MocklayerClockCurrentLayerCall ¶ added in v1.4.0
MocklayerClockCurrentLayerCall wrap *gomock.Call
func (*MocklayerClockCurrentLayerCall) Do ¶ added in v1.4.0
func (c *MocklayerClockCurrentLayerCall) Do(f func() types.LayerID) *MocklayerClockCurrentLayerCall
Do rewrite *gomock.Call.Do
func (*MocklayerClockCurrentLayerCall) DoAndReturn ¶ added in v1.4.0
func (c *MocklayerClockCurrentLayerCall) DoAndReturn(f func() types.LayerID) *MocklayerClockCurrentLayerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MocklayerClockCurrentLayerCall) Return ¶ added in v1.4.0
func (c *MocklayerClockCurrentLayerCall) Return(arg0 types.LayerID) *MocklayerClockCurrentLayerCall
Return rewrite *gomock.Call.Return
type MocklayerClockMockRecorder ¶
type MocklayerClockMockRecorder struct {
// contains filtered or unexported fields
}
MocklayerClockMockRecorder is the mock recorder for MocklayerClock.
func (*MocklayerClockMockRecorder) AwaitLayer ¶
func (mr *MocklayerClockMockRecorder) AwaitLayer(layerID any) *MocklayerClockAwaitLayerCall
AwaitLayer indicates an expected call of AwaitLayer.
func (*MocklayerClockMockRecorder) CurrentLayer ¶
func (mr *MocklayerClockMockRecorder) CurrentLayer() *MocklayerClockCurrentLayerCall
CurrentLayer indicates an expected call of CurrentLayer.
type MocklayerPatrol ¶
type MocklayerPatrol struct {
// contains filtered or unexported fields
}
MocklayerPatrol is a mock of layerPatrol interface.
func NewMocklayerPatrol ¶
func NewMocklayerPatrol(ctrl *gomock.Controller) *MocklayerPatrol
NewMocklayerPatrol creates a new mock instance.
func (*MocklayerPatrol) CompleteHare ¶
func (m *MocklayerPatrol) CompleteHare(arg0 types.LayerID)
CompleteHare mocks base method.
func (*MocklayerPatrol) EXPECT ¶
func (m *MocklayerPatrol) EXPECT() *MocklayerPatrolMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MocklayerPatrolCompleteHareCall ¶ added in v1.4.0
MocklayerPatrolCompleteHareCall wrap *gomock.Call
func (*MocklayerPatrolCompleteHareCall) Do ¶ added in v1.4.0
func (c *MocklayerPatrolCompleteHareCall) Do(f func(types.LayerID)) *MocklayerPatrolCompleteHareCall
Do rewrite *gomock.Call.Do
func (*MocklayerPatrolCompleteHareCall) DoAndReturn ¶ added in v1.4.0
func (c *MocklayerPatrolCompleteHareCall) DoAndReturn(f func(types.LayerID)) *MocklayerPatrolCompleteHareCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MocklayerPatrolCompleteHareCall) Return ¶ added in v1.4.0
func (c *MocklayerPatrolCompleteHareCall) Return() *MocklayerPatrolCompleteHareCall
Return rewrite *gomock.Call.Return
type MocklayerPatrolMockRecorder ¶
type MocklayerPatrolMockRecorder struct {
// contains filtered or unexported fields
}
MocklayerPatrolMockRecorder is the mock recorder for MocklayerPatrol.
func (*MocklayerPatrolMockRecorder) CompleteHare ¶
func (mr *MocklayerPatrolMockRecorder) CompleteHare(arg0 any) *MocklayerPatrolCompleteHareCall
CompleteHare indicates an expected call of CompleteHare.
type MockmeshProvider ¶
type MockmeshProvider struct {
// contains filtered or unexported fields
}
MockmeshProvider is a mock of meshProvider interface.
func NewMockmeshProvider ¶
func NewMockmeshProvider(ctrl *gomock.Controller) *MockmeshProvider
NewMockmeshProvider creates a new mock instance.
func (*MockmeshProvider) AddBlockWithTXs ¶
AddBlockWithTXs mocks base method.
func (*MockmeshProvider) EXPECT ¶
func (m *MockmeshProvider) EXPECT() *MockmeshProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockmeshProvider) ProcessLayerPerHareOutput ¶
func (m *MockmeshProvider) ProcessLayerPerHareOutput(arg0 context.Context, arg1 types.LayerID, arg2 types.BlockID, arg3 bool) error
ProcessLayerPerHareOutput mocks base method.
func (*MockmeshProvider) ProcessedLayer ¶ added in v1.1.6
func (m *MockmeshProvider) ProcessedLayer() types.LayerID
ProcessedLayer mocks base method.
type MockmeshProviderAddBlockWithTXsCall ¶ added in v1.4.0
MockmeshProviderAddBlockWithTXsCall wrap *gomock.Call
func (*MockmeshProviderAddBlockWithTXsCall) Do ¶ added in v1.4.0
func (c *MockmeshProviderAddBlockWithTXsCall) Do(f func(context.Context, *types.Block) error) *MockmeshProviderAddBlockWithTXsCall
Do rewrite *gomock.Call.Do
func (*MockmeshProviderAddBlockWithTXsCall) DoAndReturn ¶ added in v1.4.0
func (c *MockmeshProviderAddBlockWithTXsCall) DoAndReturn(f func(context.Context, *types.Block) error) *MockmeshProviderAddBlockWithTXsCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockmeshProviderAddBlockWithTXsCall) Return ¶ added in v1.4.0
func (c *MockmeshProviderAddBlockWithTXsCall) Return(arg0 error) *MockmeshProviderAddBlockWithTXsCall
Return rewrite *gomock.Call.Return
type MockmeshProviderMockRecorder ¶
type MockmeshProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockmeshProviderMockRecorder is the mock recorder for MockmeshProvider.
func (*MockmeshProviderMockRecorder) AddBlockWithTXs ¶
func (mr *MockmeshProviderMockRecorder) AddBlockWithTXs(arg0, arg1 any) *MockmeshProviderAddBlockWithTXsCall
AddBlockWithTXs indicates an expected call of AddBlockWithTXs.
func (*MockmeshProviderMockRecorder) ProcessLayerPerHareOutput ¶
func (mr *MockmeshProviderMockRecorder) ProcessLayerPerHareOutput(arg0, arg1, arg2, arg3 any) *MockmeshProviderProcessLayerPerHareOutputCall
ProcessLayerPerHareOutput indicates an expected call of ProcessLayerPerHareOutput.
func (*MockmeshProviderMockRecorder) ProcessedLayer ¶ added in v1.1.6
func (mr *MockmeshProviderMockRecorder) ProcessedLayer() *MockmeshProviderProcessedLayerCall
ProcessedLayer indicates an expected call of ProcessedLayer.
type MockmeshProviderProcessLayerPerHareOutputCall ¶ added in v1.4.0
MockmeshProviderProcessLayerPerHareOutputCall wrap *gomock.Call
func (*MockmeshProviderProcessLayerPerHareOutputCall) Do ¶ added in v1.4.0
func (c *MockmeshProviderProcessLayerPerHareOutputCall) Do(f func(context.Context, types.LayerID, types.BlockID, bool) error) *MockmeshProviderProcessLayerPerHareOutputCall
Do rewrite *gomock.Call.Do
func (*MockmeshProviderProcessLayerPerHareOutputCall) DoAndReturn ¶ added in v1.4.0
func (c *MockmeshProviderProcessLayerPerHareOutputCall) DoAndReturn(f func(context.Context, types.LayerID, types.BlockID, bool) error) *MockmeshProviderProcessLayerPerHareOutputCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockmeshProviderProcessLayerPerHareOutputCall) Return ¶ added in v1.4.0
func (c *MockmeshProviderProcessLayerPerHareOutputCall) Return(arg0 error) *MockmeshProviderProcessLayerPerHareOutputCall
Return rewrite *gomock.Call.Return
type MockmeshProviderProcessedLayerCall ¶ added in v1.4.0
MockmeshProviderProcessedLayerCall wrap *gomock.Call
func (*MockmeshProviderProcessedLayerCall) Do ¶ added in v1.4.0
func (c *MockmeshProviderProcessedLayerCall) Do(f func() types.LayerID) *MockmeshProviderProcessedLayerCall
Do rewrite *gomock.Call.Do
func (*MockmeshProviderProcessedLayerCall) DoAndReturn ¶ added in v1.4.0
func (c *MockmeshProviderProcessedLayerCall) DoAndReturn(f func() types.LayerID) *MockmeshProviderProcessedLayerCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MockmeshProviderProcessedLayerCall) Return ¶ added in v1.4.0
func (c *MockmeshProviderProcessedLayerCall) Return(arg0 types.LayerID) *MockmeshProviderProcessedLayerCall
Return rewrite *gomock.Call.Return
type MocktortoiseProvider ¶ added in v1.1.5
type MocktortoiseProvider struct {
// contains filtered or unexported fields
}
MocktortoiseProvider is a mock of tortoiseProvider interface.
func NewMocktortoiseProvider ¶ added in v1.1.5
func NewMocktortoiseProvider(ctrl *gomock.Controller) *MocktortoiseProvider
NewMocktortoiseProvider creates a new mock instance.
func (*MocktortoiseProvider) EXPECT ¶ added in v1.1.5
func (m *MocktortoiseProvider) EXPECT() *MocktortoiseProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MocktortoiseProvider) GetMissingActiveSet ¶ added in v1.1.5
func (m *MocktortoiseProvider) GetMissingActiveSet(arg0 types.EpochID, arg1 []types.ATXID) []types.ATXID
GetMissingActiveSet mocks base method.
type MocktortoiseProviderGetMissingActiveSetCall ¶ added in v1.4.0
MocktortoiseProviderGetMissingActiveSetCall wrap *gomock.Call
func (*MocktortoiseProviderGetMissingActiveSetCall) Do ¶ added in v1.4.0
func (c *MocktortoiseProviderGetMissingActiveSetCall) Do(f func(types.EpochID, []types.ATXID) []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
Do rewrite *gomock.Call.Do
func (*MocktortoiseProviderGetMissingActiveSetCall) DoAndReturn ¶ added in v1.4.0
func (c *MocktortoiseProviderGetMissingActiveSetCall) DoAndReturn(f func(types.EpochID, []types.ATXID) []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
DoAndReturn rewrite *gomock.Call.DoAndReturn
func (*MocktortoiseProviderGetMissingActiveSetCall) Return ¶ added in v1.4.0
func (c *MocktortoiseProviderGetMissingActiveSetCall) Return(arg0 []types.ATXID) *MocktortoiseProviderGetMissingActiveSetCall
Return rewrite *gomock.Call.Return
type MocktortoiseProviderMockRecorder ¶ added in v1.1.5
type MocktortoiseProviderMockRecorder struct {
// contains filtered or unexported fields
}
MocktortoiseProviderMockRecorder is the mock recorder for MocktortoiseProvider.
func (*MocktortoiseProviderMockRecorder) GetMissingActiveSet ¶ added in v1.1.5
func (mr *MocktortoiseProviderMockRecorder) GetMissingActiveSet(arg0, arg1 any) *MocktortoiseProviderGetMissingActiveSetCall
GetMissingActiveSet indicates an expected call of GetMissingActiveSet.