Documentation ¶
Overview ¶
Package proposer is a generated GoMock package.
Index ¶
Constants ¶
View Source
const ( MaxWindows = 6 WindowDuration = 5 * time.Second MaxDelay = MaxWindows * WindowDuration )
Proposer list constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWindower ¶
type MockWindower struct {
// contains filtered or unexported fields
}
MockWindower is a mock of Windower interface.
func NewMockWindower ¶
func NewMockWindower(ctrl *gomock.Controller) *MockWindower
NewMockWindower creates a new mock instance.
func (*MockWindower) Delay ¶
func (m *MockWindower) Delay(arg0 context.Context, arg1, arg2 uint64, arg3 ids.NodeID) (time.Duration, error)
Delay mocks base method.
func (*MockWindower) EXPECT ¶
func (m *MockWindower) EXPECT() *MockWindowerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockWindowerMockRecorder ¶
type MockWindowerMockRecorder struct {
// contains filtered or unexported fields
}
MockWindowerMockRecorder is the mock recorder for MockWindower.
func (*MockWindowerMockRecorder) Delay ¶
func (mr *MockWindowerMockRecorder) Delay(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Delay indicates an expected call of Delay.
Click to show internal directories.
Click to hide internal directories.