Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockZeroconfInterface
- func (m *MockZeroconfInterface) Advertise()
- func (m *MockZeroconfInterface) EXPECT() *MockZeroconfInterfaceMockRecorder
- func (m *MockZeroconfInterface) GetSubscriberChan() (chan *wrapper.Entity, error)
- func (m *MockZeroconfInterface) GetText() []string
- func (m *MockZeroconfInterface) RegisterProxy(arg0, arg1, arg2 string, arg3 int, arg4 string, arg5, arg6 []string, ...) (wrapper.Entity, error)
- func (m *MockZeroconfInterface) ResetServer(arg0 []net.IP)
- func (m *MockZeroconfInterface) SetText(arg0 []string)
- func (m *MockZeroconfInterface) Shutdown()
- type MockZeroconfInterfaceMockRecorder
- func (mr *MockZeroconfInterfaceMockRecorder) Advertise() *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) GetSubscriberChan() *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) GetText() *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) RegisterProxy(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) ResetServer(arg0 interface{}) *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) SetText(arg0 interface{}) *gomock.Call
- func (mr *MockZeroconfInterfaceMockRecorder) Shutdown() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockZeroconfInterface ¶
type MockZeroconfInterface struct {
// contains filtered or unexported fields
}
MockZeroconfInterface is a mock of ZeroconfInterface interface
func NewMockZeroconfInterface ¶
func NewMockZeroconfInterface(ctrl *gomock.Controller) *MockZeroconfInterface
NewMockZeroconfInterface creates a new mock instance
func (*MockZeroconfInterface) Advertise ¶
func (m *MockZeroconfInterface) Advertise()
Advertise mocks base method
func (*MockZeroconfInterface) EXPECT ¶
func (m *MockZeroconfInterface) EXPECT() *MockZeroconfInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockZeroconfInterface) GetSubscriberChan ¶
func (m *MockZeroconfInterface) GetSubscriberChan() (chan *wrapper.Entity, error)
GetSubscriberChan mocks base method
func (*MockZeroconfInterface) GetText ¶
func (m *MockZeroconfInterface) GetText() []string
GetText mocks base method
func (*MockZeroconfInterface) RegisterProxy ¶
func (m *MockZeroconfInterface) RegisterProxy(arg0, arg1, arg2 string, arg3 int, arg4 string, arg5, arg6 []string, arg7 []net.Interface) (wrapper.Entity, error)
RegisterProxy mocks base method
func (*MockZeroconfInterface) ResetServer ¶
func (m *MockZeroconfInterface) ResetServer(arg0 []net.IP)
ResetServer mocks base method
func (*MockZeroconfInterface) SetText ¶
func (m *MockZeroconfInterface) SetText(arg0 []string)
SetText mocks base method
func (*MockZeroconfInterface) Shutdown ¶
func (m *MockZeroconfInterface) Shutdown()
Shutdown mocks base method
type MockZeroconfInterfaceMockRecorder ¶
type MockZeroconfInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockZeroconfInterfaceMockRecorder is the mock recorder for MockZeroconfInterface
func (*MockZeroconfInterfaceMockRecorder) Advertise ¶
func (mr *MockZeroconfInterfaceMockRecorder) Advertise() *gomock.Call
Advertise indicates an expected call of Advertise
func (*MockZeroconfInterfaceMockRecorder) GetSubscriberChan ¶
func (mr *MockZeroconfInterfaceMockRecorder) GetSubscriberChan() *gomock.Call
GetSubscriberChan indicates an expected call of GetSubscriberChan
func (*MockZeroconfInterfaceMockRecorder) GetText ¶
func (mr *MockZeroconfInterfaceMockRecorder) GetText() *gomock.Call
GetText indicates an expected call of GetText
func (*MockZeroconfInterfaceMockRecorder) RegisterProxy ¶
func (mr *MockZeroconfInterfaceMockRecorder) RegisterProxy(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
RegisterProxy indicates an expected call of RegisterProxy
func (*MockZeroconfInterfaceMockRecorder) ResetServer ¶
func (mr *MockZeroconfInterfaceMockRecorder) ResetServer(arg0 interface{}) *gomock.Call
ResetServer indicates an expected call of ResetServer
func (*MockZeroconfInterfaceMockRecorder) SetText ¶
func (mr *MockZeroconfInterfaceMockRecorder) SetText(arg0 interface{}) *gomock.Call
SetText indicates an expected call of SetText
func (*MockZeroconfInterfaceMockRecorder) Shutdown ¶
func (mr *MockZeroconfInterfaceMockRecorder) Shutdown() *gomock.Call
Shutdown indicates an expected call of Shutdown