Documentation ¶
Overview ¶
Package mock_keepalive is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIfStatePusher ¶
type MockIfStatePusher struct {
// contains filtered or unexported fields
}
MockIfStatePusher is a mock of IfStatePusher interface
func NewMockIfStatePusher ¶
func NewMockIfStatePusher(ctrl *gomock.Controller) *MockIfStatePusher
NewMockIfStatePusher creates a new mock instance
func (*MockIfStatePusher) EXPECT ¶
func (m *MockIfStatePusher) EXPECT() *MockIfStatePusherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIfStatePusherMockRecorder ¶
type MockIfStatePusherMockRecorder struct {
// contains filtered or unexported fields
}
MockIfStatePusherMockRecorder is the mock recorder for MockIfStatePusher
func (*MockIfStatePusherMockRecorder) Push ¶
func (mr *MockIfStatePusherMockRecorder) Push(arg0, arg1 interface{}) *gomock.Call
Push indicates an expected call of Push
type MockRevDropper ¶
type MockRevDropper struct {
// contains filtered or unexported fields
}
MockRevDropper is a mock of RevDropper interface
func NewMockRevDropper ¶
func NewMockRevDropper(ctrl *gomock.Controller) *MockRevDropper
NewMockRevDropper creates a new mock instance
func (*MockRevDropper) DeleteRevocation ¶
func (m *MockRevDropper) DeleteRevocation(arg0 context.Context, arg1 addr.IA, arg2 common.IFIDType) error
DeleteRevocation mocks base method
func (*MockRevDropper) EXPECT ¶
func (m *MockRevDropper) EXPECT() *MockRevDropperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockRevDropperMockRecorder ¶
type MockRevDropperMockRecorder struct {
// contains filtered or unexported fields
}
MockRevDropperMockRecorder is the mock recorder for MockRevDropper
func (*MockRevDropperMockRecorder) DeleteRevocation ¶
func (mr *MockRevDropperMockRecorder) DeleteRevocation(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteRevocation indicates an expected call of DeleteRevocation