Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockRegistrationStore
- func (m *MockRegistrationStore) EXPECT() *MockRegistrationStoreMockRecorder
- func (m *MockRegistrationStore) GetRegistration(arg0 context.Context, arg1 structs.PubKey) (types.SignedValidatorRegistration, error)
- func (m *MockRegistrationStore) PutRegistrationRaw(arg0 context.Context, arg1 structs.PubKey, arg2 []byte, arg3 time.Duration) error
- type MockRegistrationStoreMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistrationStore ¶
type MockRegistrationStore struct {
// contains filtered or unexported fields
}
MockRegistrationStore is a mock of RegistrationStore interface
func NewMockRegistrationStore ¶
func NewMockRegistrationStore(ctrl *gomock.Controller) *MockRegistrationStore
NewMockRegistrationStore creates a new mock instance
func (*MockRegistrationStore) EXPECT ¶
func (m *MockRegistrationStore) EXPECT() *MockRegistrationStoreMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegistrationStore) GetRegistration ¶
func (m *MockRegistrationStore) GetRegistration(arg0 context.Context, arg1 structs.PubKey) (types.SignedValidatorRegistration, error)
GetRegistration mocks base method
type MockRegistrationStoreMockRecorder ¶
type MockRegistrationStoreMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrationStoreMockRecorder is the mock recorder for MockRegistrationStore
func (*MockRegistrationStoreMockRecorder) GetRegistration ¶
func (mr *MockRegistrationStoreMockRecorder) GetRegistration(arg0, arg1 interface{}) *gomock.Call
GetRegistration indicates an expected call of GetRegistration
func (*MockRegistrationStoreMockRecorder) PutRegistrationRaw ¶
func (mr *MockRegistrationStoreMockRecorder) PutRegistrationRaw(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
PutRegistrationRaw indicates an expected call of PutRegistrationRaw
Click to show internal directories.
Click to hide internal directories.