Documentation ¶
Overview ¶
Package mock_ifstate is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRevInserter ¶
type MockRevInserter struct {
// contains filtered or unexported fields
}
MockRevInserter is a mock of RevInserter interface
func NewMockRevInserter ¶
func NewMockRevInserter(ctrl *gomock.Controller) *MockRevInserter
NewMockRevInserter creates a new mock instance
func (*MockRevInserter) EXPECT ¶
func (m *MockRevInserter) EXPECT() *MockRevInserterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRevInserter) InsertRevocations ¶
func (m *MockRevInserter) InsertRevocations(arg0 context.Context, arg1 ...*path_mgmt.SignedRevInfo) error
InsertRevocations mocks base method
type MockRevInserterMockRecorder ¶
type MockRevInserterMockRecorder struct {
// contains filtered or unexported fields
}
MockRevInserterMockRecorder is the mock recorder for MockRevInserter
func (*MockRevInserterMockRecorder) InsertRevocations ¶
func (mr *MockRevInserterMockRecorder) InsertRevocations(arg0 interface{}, arg1 ...interface{}) *gomock.Call
InsertRevocations indicates an expected call of InsertRevocations
Click to show internal directories.
Click to hide internal directories.