Documentation
¶
Index ¶
- type MockAppInterface
- func (_m *MockAppInterface) Delete(_param0 chan flux.NotifPayload)
- func (_m *MockAppInterface) Dispatch(_param0 flux.ActionInterface) chan struct{}
- func (_m *MockAppInterface) EXPECT() *_MockAppInterfaceRecorder
- func (_m *MockAppInterface) Watch(_param0 interface{}, _param1 ...flux.Notif) chan flux.NotifPayload
- type MockDispatcherInterface
- type MockNotifierInterface
- type MockWatcherInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppInterface ¶
type MockAppInterface struct {
// contains filtered or unexported fields
}
Mock of AppInterface interface
func NewMockAppInterface ¶
func NewMockAppInterface(ctrl *gomock.Controller) *MockAppInterface
func (*MockAppInterface) Delete ¶
func (_m *MockAppInterface) Delete(_param0 chan flux.NotifPayload)
func (*MockAppInterface) Dispatch ¶
func (_m *MockAppInterface) Dispatch(_param0 flux.ActionInterface) chan struct{}
func (*MockAppInterface) EXPECT ¶
func (_m *MockAppInterface) EXPECT() *_MockAppInterfaceRecorder
func (*MockAppInterface) Watch ¶
func (_m *MockAppInterface) Watch(_param0 interface{}, _param1 ...flux.Notif) chan flux.NotifPayload
type MockDispatcherInterface ¶
type MockDispatcherInterface struct {
// contains filtered or unexported fields
}
Mock of DispatcherInterface interface
func NewMockDispatcherInterface ¶
func NewMockDispatcherInterface(ctrl *gomock.Controller) *MockDispatcherInterface
func (*MockDispatcherInterface) Dispatch ¶
func (_m *MockDispatcherInterface) Dispatch(_param0 flux.ActionInterface) chan struct{}
func (*MockDispatcherInterface) EXPECT ¶
func (_m *MockDispatcherInterface) EXPECT() *_MockDispatcherInterfaceRecorder
type MockNotifierInterface ¶
type MockNotifierInterface struct {
// contains filtered or unexported fields
}
Mock of NotifierInterface interface
func NewMockNotifierInterface ¶
func NewMockNotifierInterface(ctrl *gomock.Controller) *MockNotifierInterface
func (*MockNotifierInterface) EXPECT ¶
func (_m *MockNotifierInterface) EXPECT() *_MockNotifierInterfaceRecorder
func (*MockNotifierInterface) Notify ¶
func (_m *MockNotifierInterface) Notify(_param0 interface{}, _param1 flux.Notif) chan struct{}
func (*MockNotifierInterface) NotifyWithData ¶
func (_m *MockNotifierInterface) NotifyWithData(_param0 interface{}, _param1 flux.Notif, _param2 interface{}) chan struct{}
type MockWatcherInterface ¶
type MockWatcherInterface struct {
// contains filtered or unexported fields
}
Mock of WatcherInterface interface
func NewMockWatcherInterface ¶
func NewMockWatcherInterface(ctrl *gomock.Controller) *MockWatcherInterface
func (*MockWatcherInterface) Delete ¶
func (_m *MockWatcherInterface) Delete(_param0 chan flux.NotifPayload)
func (*MockWatcherInterface) EXPECT ¶
func (_m *MockWatcherInterface) EXPECT() *_MockWatcherInterfaceRecorder
func (*MockWatcherInterface) Watch ¶
func (_m *MockWatcherInterface) Watch(_param0 interface{}, _param1 ...flux.Notif) chan flux.NotifPayload
Click to show internal directories.
Click to hide internal directories.