Documentation
¶
Overview ¶
Package overlaymock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRegistrar ¶
type MockRegistrar struct {
// contains filtered or unexported fields
}
MockRegistrar is a mock of Registrar interface
func NewMockRegistrar ¶
func NewMockRegistrar(ctrl *gomock.Controller) *MockRegistrar
NewMockRegistrar creates a new mock instance
func (*MockRegistrar) EXPECT ¶
func (m *MockRegistrar) EXPECT() *MockRegistrarMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockRegistrar) Register ¶
func (m *MockRegistrar) Register(arg0 string) (store.Registration, error)
Register mocks base method
type MockRegistrarMockRecorder ¶
type MockRegistrarMockRecorder struct {
// contains filtered or unexported fields
}
MockRegistrarMockRecorder is the mock recorder for MockRegistrar
func (*MockRegistrarMockRecorder) Register ¶
func (mr *MockRegistrarMockRecorder) Register(arg0 interface{}) *gomock.Call
Register indicates an expected call of Register
Click to show internal directories.
Click to hide internal directories.