Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockpoetValidatorPersistor
- func (m *MockpoetValidatorPersistor) EXPECT() *MockpoetValidatorPersistorMockRecorder
- func (m *MockpoetValidatorPersistor) HasProof(arg0 []byte) bool
- func (m *MockpoetValidatorPersistor) StoreProof(arg0 []byte, arg1 *types.PoetProofMessage) error
- func (m *MockpoetValidatorPersistor) Validate(arg0 types.PoetProof, arg1 []byte, arg2 string, arg3 []byte) error
- type MockpoetValidatorPersistorMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockpoetValidatorPersistor ¶
type MockpoetValidatorPersistor struct {
// contains filtered or unexported fields
}
MockpoetValidatorPersistor is a mock of poetValidatorPersistor interface.
func NewMockpoetValidatorPersistor ¶
func NewMockpoetValidatorPersistor(ctrl *gomock.Controller) *MockpoetValidatorPersistor
NewMockpoetValidatorPersistor creates a new mock instance.
func (*MockpoetValidatorPersistor) EXPECT ¶
func (m *MockpoetValidatorPersistor) EXPECT() *MockpoetValidatorPersistorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockpoetValidatorPersistor) HasProof ¶
func (m *MockpoetValidatorPersistor) HasProof(arg0 []byte) bool
HasProof mocks base method.
func (*MockpoetValidatorPersistor) StoreProof ¶
func (m *MockpoetValidatorPersistor) StoreProof(arg0 []byte, arg1 *types.PoetProofMessage) error
StoreProof mocks base method.
type MockpoetValidatorPersistorMockRecorder ¶
type MockpoetValidatorPersistorMockRecorder struct {
// contains filtered or unexported fields
}
MockpoetValidatorPersistorMockRecorder is the mock recorder for MockpoetValidatorPersistor.
func (*MockpoetValidatorPersistorMockRecorder) HasProof ¶
func (mr *MockpoetValidatorPersistorMockRecorder) HasProof(arg0 interface{}) *gomock.Call
HasProof indicates an expected call of HasProof.
func (*MockpoetValidatorPersistorMockRecorder) StoreProof ¶
func (mr *MockpoetValidatorPersistorMockRecorder) StoreProof(arg0, arg1 interface{}) *gomock.Call
StoreProof indicates an expected call of StoreProof.
func (*MockpoetValidatorPersistorMockRecorder) Validate ¶
func (mr *MockpoetValidatorPersistorMockRecorder) Validate(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Validate indicates an expected call of Validate.
Click to show internal directories.
Click to hide internal directories.