Documentation
¶
Overview ¶
Package service is a generated GoMock package.
Package service is a generated GoMock package.
Index ¶
- func ChannelEventsForIFxManager(next IFxManager, event interface{}) (bool, error)
- func InvokeFxManagerStartAll() fx.Option
- func ProvideFxManager() fx.Option
- type FxApplicationInformation
- type FxManagerState
- type FxServiceAdded
- type FxServiceStarted
- type FxServiceStatus
- type FxServiceStopped
- type IFxManager
- type IFxManagerAdd
- type IFxManagerAddError
- type IFxManagerAddIn
- type IFxManagerAddOut
- type IFxManagerData
- type IFxManagerGetState
- type IFxManagerGetStateError
- type IFxManagerGetStateIn
- type IFxManagerGetStateOut
- type IFxManagerPublish
- type IFxManagerPublishError
- type IFxManagerPublishIn
- type IFxManagerPublishOut
- type IFxManagerSend
- type IFxManagerSendError
- type IFxManagerSendIn
- type IFxManagerSendOut
- type IFxManagerService
- type IFxManagerStart
- type IFxManagerStartAll
- type IFxManagerStartAllError
- type IFxManagerStartAllIn
- type IFxManagerStartAllOut
- type IFxManagerStartError
- type IFxManagerStartIn
- type IFxManagerStartOut
- type IFxManagerStop
- type IFxManagerStopAll
- type IFxManagerStopAllError
- type IFxManagerStopAllIn
- type IFxManagerStopAllOut
- type IFxManagerStopError
- type IFxManagerStopIn
- type IFxManagerStopOut
- type InstateState
- type MockIFxManager
- func (m *MockIFxManager) Add(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error)) error
- func (m *MockIFxManager) EXPECT() *MockIFxManagerMockRecorder
- func (m *MockIFxManager) GetState() ([]string, error)
- func (m *MockIFxManager) Publish() error
- func (m *MockIFxManager) Send(arg0 interface{}) error
- func (m *MockIFxManager) Start(arg0 context.Context, arg1 ...string) error
- func (m *MockIFxManager) StartAll(arg0 context.Context) error
- func (m *MockIFxManager) Stop(arg0 context.Context, arg1 ...string) error
- func (m *MockIFxManager) StopAll(arg0 context.Context) error
- type MockIFxManagerMockRecorder
- func (mr *MockIFxManagerMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) GetState() *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddDo(arg0, arg1 interface{}, ...) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddDoAndReturn(arg0, arg1 interface{}, ...) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddDoAndReturnDefault(...) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddDoDefault(f func(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error))) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddReturn(arg0, arg1 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnAddReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnGetStateDo(f func()) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnGetStateDoAndReturn(f func() ([]string, error)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnGetStateReturn(ret0 []string, ret1 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnPublishDo(f func()) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnPublishDoAndReturn(f func() error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnPublishReturn(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendDo(arg0 interface{}, f func(arg0 interface{})) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendDoAndReturn(arg0 interface{}, f func(arg0 interface{}) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendDoAndReturnDefault(f func(arg0 interface{}) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendDoDefault(f func(arg0 interface{})) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendReturn(arg0 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnSendReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllDo(arg0 interface{}, f func(arg0 context.Context)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllDoAndReturn(arg0 interface{}, f func(arg0 context.Context) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllDoAndReturnDefault(f func(arg0 context.Context) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllDoDefault(f func(arg0 context.Context)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllReturn(arg0 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartAllReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartDo(arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartDoAndReturn(arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartDoAndReturnDefault(f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartDoDefault(f func(arg0 context.Context, arg1 ...string)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartReturn(arg0, arg1 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStartReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllDo(arg0 interface{}, f func(arg0 context.Context)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllDoAndReturn(arg0 interface{}, f func(arg0 context.Context) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllDoAndReturnDefault(f func(arg0 context.Context) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllDoDefault(f func(arg0 context.Context)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllReturn(arg0 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopAllReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopDo(arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopDoAndReturn(arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopDoAndReturnDefault(f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopDoDefault(f func(arg0 context.Context, arg1 ...string)) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopReturn(arg0, arg1 interface{}, ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) OnStopReturnDefault(ret0 error) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) Publish() *gomock.Call
- func (mr *MockIFxManagerMockRecorder) Send(arg0 interface{}) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) Start(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) StartAll(arg0 interface{}) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) Stop(arg0 interface{}, arg1 ...interface{}) *gomock.Call
- func (mr *MockIFxManagerMockRecorder) StopAll(arg0 interface{}) *gomock.Call
- type OnDataCallback
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChannelEventsForIFxManager ¶
func ChannelEventsForIFxManager(next IFxManager, event interface{}) (bool, error)
func InvokeFxManagerStartAll ¶
func ProvideFxManager ¶
Types ¶
type FxApplicationInformation ¶
type FxApplicationInformation struct { Name string Callback gocommon.CreateAppCallbackFn // contains filtered or unexported fields }
func NewFxApplicationInformation ¶
func NewFxApplicationInformation( name string, callback gocommon.CreateAppCallbackFn, ) *FxApplicationInformation
type FxManagerState ¶
type FxManagerState struct {
Instances []InstateState `json:"instances,omitempty"`
}
type FxServiceAdded ¶
type FxServiceAdded struct {
Name string
}
type FxServiceStarted ¶
type FxServiceStarted struct {
Name string
}
type FxServiceStatus ¶
type FxServiceStopped ¶
type FxServiceStopped struct {
Name string
}
type IFxManager ¶
type IFxManager interface { ISendMessage.ISendMessage Add(name string, callback gocommon.CreateAppCallbackFn) error StopAll(ctx context.Context) error StartAll(ctx context.Context) error Stop(ctx context.Context, name ...string) error Start(ctx context.Context, name ...string) error GetState() (started []string, err error) Publish() error }
type IFxManagerAdd ¶
type IFxManagerAdd struct {
// contains filtered or unexported fields
}
func NewIFxManagerAdd ¶
func NewIFxManagerAdd(waitToComplete bool, arg0 string, arg1 func() (gocommon.IApp, gocommon.ICancellationContext, error)) *IFxManagerAdd
func (*IFxManagerAdd) Close ¶
func (self *IFxManagerAdd) Close() error
func (*IFxManagerAdd) Wait ¶
func (self *IFxManagerAdd) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerAddOut, error)
type IFxManagerAddError ¶
func (*IFxManagerAddError) Error ¶
func (self *IFxManagerAddError) Error() string
type IFxManagerAddIn ¶
type IFxManagerAddIn struct {
// contains filtered or unexported fields
}
Interface A Comment Interface github.com/bhbosman/goFxAppManager/service Interface IFxManager Interface IFxManager, Method: Add
type IFxManagerData ¶
type IFxManagerData interface { IFxManager IDataShutDown.IDataShutDown }
type IFxManagerGetState ¶
type IFxManagerGetState struct {
// contains filtered or unexported fields
}
func NewIFxManagerGetState ¶
func NewIFxManagerGetState(waitToComplete bool) *IFxManagerGetState
func (*IFxManagerGetState) Close ¶
func (self *IFxManagerGetState) Close() error
func (*IFxManagerGetState) Wait ¶
func (self *IFxManagerGetState) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerGetStateOut, error)
type IFxManagerGetStateError ¶
func (*IFxManagerGetStateError) Error ¶
func (self *IFxManagerGetStateError) Error() string
type IFxManagerGetStateIn ¶
type IFxManagerGetStateIn struct { }
Interface IFxManager, Method: GetState
type IFxManagerGetStateOut ¶
func CallIFxManagerGetState ¶
func CallIFxManagerGetState(context context.Context, channel chan<- interface{}, waitToComplete bool) (IFxManagerGetStateOut, error)
type IFxManagerPublish ¶
type IFxManagerPublish struct {
// contains filtered or unexported fields
}
func NewIFxManagerPublish ¶
func NewIFxManagerPublish(waitToComplete bool) *IFxManagerPublish
func (*IFxManagerPublish) Close ¶
func (self *IFxManagerPublish) Close() error
func (*IFxManagerPublish) Wait ¶
func (self *IFxManagerPublish) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerPublishOut, error)
type IFxManagerPublishError ¶
func (*IFxManagerPublishError) Error ¶
func (self *IFxManagerPublishError) Error() string
type IFxManagerPublishIn ¶
type IFxManagerPublishIn struct { }
Interface IFxManager, Method: Publish
type IFxManagerPublishOut ¶
type IFxManagerPublishOut struct {
Args0 error
}
func CallIFxManagerPublish ¶
func CallIFxManagerPublish(context context.Context, channel chan<- interface{}, waitToComplete bool) (IFxManagerPublishOut, error)
type IFxManagerSend ¶
type IFxManagerSend struct {
// contains filtered or unexported fields
}
func NewIFxManagerSend ¶
func NewIFxManagerSend(waitToComplete bool, arg0 interface{}) *IFxManagerSend
func (*IFxManagerSend) Close ¶
func (self *IFxManagerSend) Close() error
func (*IFxManagerSend) Wait ¶
func (self *IFxManagerSend) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerSendOut, error)
type IFxManagerSendError ¶
func (*IFxManagerSendError) Error ¶
func (self *IFxManagerSendError) Error() string
type IFxManagerSendIn ¶
type IFxManagerSendIn struct {
// contains filtered or unexported fields
}
Interface IFxManager, Method: Send
type IFxManagerSendOut ¶
type IFxManagerSendOut struct {
Args0 error
}
func CallIFxManagerSend ¶
func CallIFxManagerSend(context context.Context, channel chan<- interface{}, waitToComplete bool, arg0 interface{}) (IFxManagerSendOut, error)
type IFxManagerService ¶
type IFxManagerService interface { IFxManager IFxService.IFxServices }
type IFxManagerStart ¶
type IFxManagerStart struct {
// contains filtered or unexported fields
}
func NewIFxManagerStart ¶
func NewIFxManagerStart(waitToComplete bool, arg0 context.Context, arg1 ...string) *IFxManagerStart
func (*IFxManagerStart) Close ¶
func (self *IFxManagerStart) Close() error
func (*IFxManagerStart) Wait ¶
func (self *IFxManagerStart) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerStartOut, error)
type IFxManagerStartAll ¶
type IFxManagerStartAll struct {
// contains filtered or unexported fields
}
func NewIFxManagerStartAll ¶
func NewIFxManagerStartAll(waitToComplete bool, arg0 context.Context) *IFxManagerStartAll
func (*IFxManagerStartAll) Close ¶
func (self *IFxManagerStartAll) Close() error
func (*IFxManagerStartAll) Wait ¶
func (self *IFxManagerStartAll) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerStartAllOut, error)
type IFxManagerStartAllError ¶
func (*IFxManagerStartAllError) Error ¶
func (self *IFxManagerStartAllError) Error() string
type IFxManagerStartAllIn ¶
type IFxManagerStartAllIn struct {
// contains filtered or unexported fields
}
Interface IFxManager, Method: StartAll
type IFxManagerStartAllOut ¶
type IFxManagerStartAllOut struct {
Args0 error
}
func CallIFxManagerStartAll ¶
type IFxManagerStartError ¶
func (*IFxManagerStartError) Error ¶
func (self *IFxManagerStartError) Error() string
type IFxManagerStartIn ¶
type IFxManagerStartIn struct {
// contains filtered or unexported fields
}
Interface IFxManager, Method: Start
type IFxManagerStop ¶
type IFxManagerStop struct {
// contains filtered or unexported fields
}
func NewIFxManagerStop ¶
func NewIFxManagerStop(waitToComplete bool, arg0 context.Context, arg1 ...string) *IFxManagerStop
func (*IFxManagerStop) Close ¶
func (self *IFxManagerStop) Close() error
func (*IFxManagerStop) Wait ¶
func (self *IFxManagerStop) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerStopOut, error)
type IFxManagerStopAll ¶
type IFxManagerStopAll struct {
// contains filtered or unexported fields
}
func NewIFxManagerStopAll ¶
func NewIFxManagerStopAll(waitToComplete bool, arg0 context.Context) *IFxManagerStopAll
func (*IFxManagerStopAll) Close ¶
func (self *IFxManagerStopAll) Close() error
func (*IFxManagerStopAll) Wait ¶
func (self *IFxManagerStopAll) Wait(onError func(interfaceName string, methodName string, err error) error) (IFxManagerStopAllOut, error)
type IFxManagerStopAllError ¶
func (*IFxManagerStopAllError) Error ¶
func (self *IFxManagerStopAllError) Error() string
type IFxManagerStopAllIn ¶
type IFxManagerStopAllIn struct {
// contains filtered or unexported fields
}
Interface IFxManager, Method: StopAll
type IFxManagerStopAllOut ¶
type IFxManagerStopAllOut struct {
Args0 error
}
func CallIFxManagerStopAll ¶
type IFxManagerStopError ¶
func (*IFxManagerStopError) Error ¶
func (self *IFxManagerStopError) Error() string
type IFxManagerStopIn ¶
type IFxManagerStopIn struct {
// contains filtered or unexported fields
}
Interface IFxManager, Method: Stop
type InstateState ¶
type MockIFxManager ¶
type MockIFxManager struct {
// contains filtered or unexported fields
}
MockIFxManager is a mock of IFxManager interface.
func NewMockIFxManager ¶
func NewMockIFxManager(ctrl *gomock.Controller) *MockIFxManager
NewMockIFxManager creates a new mock instance.
func (*MockIFxManager) Add ¶
func (m *MockIFxManager) Add(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error)) error
Add mocks base method.
func (*MockIFxManager) EXPECT ¶
func (m *MockIFxManager) EXPECT() *MockIFxManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIFxManager) GetState ¶
func (m *MockIFxManager) GetState() ([]string, error)
GetState mocks base method.
func (*MockIFxManager) Publish ¶
func (m *MockIFxManager) Publish() error
Publish mocks base method.
func (*MockIFxManager) Send ¶
func (m *MockIFxManager) Send(arg0 interface{}) error
Send mocks base method.
func (*MockIFxManager) Start ¶
func (m *MockIFxManager) Start(arg0 context.Context, arg1 ...string) error
Start mocks base method.
func (*MockIFxManager) StartAll ¶
func (m *MockIFxManager) StartAll(arg0 context.Context) error
StartAll mocks base method.
type MockIFxManagerMockRecorder ¶
type MockIFxManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockIFxManagerMockRecorder is the mock recorder for MockIFxManager.
func (*MockIFxManagerMockRecorder) Add ¶
func (mr *MockIFxManagerMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call
Add indicates an expected call of Add.
func (*MockIFxManagerMockRecorder) GetState ¶
func (mr *MockIFxManagerMockRecorder) GetState() *gomock.Call
GetState indicates an expected call of GetState.
func (*MockIFxManagerMockRecorder) OnAddDo ¶
func (mr *MockIFxManagerMockRecorder) OnAddDo( arg0, arg1 interface{}, f func(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error))) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnAddDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnAddDoAndReturn( arg0, arg1 interface{}, f func(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error)) error) *gomock.Call
argNames: [arg0 arg1] defaultArgs: [gomock.Any() gomock.Any()] defaultArgsAsString: gomock.Any(),gomock.Any() argTypes: [string func() (messages.IApp, context.CancelFunc, error)] argString: arg0 string, arg1 func() (messages.IApp, context.CancelFunc, error) rets: [error] retString: error retString: error ia: map[arg0:{} arg1:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnAddDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnAddDoAndReturnDefault( f func(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error)) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnAddDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnAddDoDefault( f func(arg0 string, arg1 func() (gocommon.IApp, context.CancelFunc, error))) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnAddReturn ¶
func (mr *MockIFxManagerMockRecorder) OnAddReturn( arg0, arg1 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnAddReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnAddReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnGetStateDo ¶
func (mr *MockIFxManagerMockRecorder) OnGetStateDo( f func()) *gomock.Call
0
func (*MockIFxManagerMockRecorder) OnGetStateDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnGetStateDoAndReturn( f func() ([]string, error)) *gomock.Call
argNames: [] defaultArgs: [] defaultArgsAsString: argTypes: [] argString: rets: [[]string error] retString: []string, error retString: ([]string, error) ia: map[] idRecv: mr 0
func (*MockIFxManagerMockRecorder) OnGetStateReturn ¶
func (mr *MockIFxManagerMockRecorder) OnGetStateReturn(ret0 []string, ret1 error) *gomock.Call
retNames: [ret0 ret1] retArgs: [ret0 []string ret1 error] retArgs22: ret0 []string,ret1 error 1
func (*MockIFxManagerMockRecorder) OnPublishDo ¶
func (mr *MockIFxManagerMockRecorder) OnPublishDo( f func()) *gomock.Call
0
func (*MockIFxManagerMockRecorder) OnPublishDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnPublishDoAndReturn( f func() error) *gomock.Call
argNames: [] defaultArgs: [] defaultArgsAsString: argTypes: [] argString: rets: [error] retString: error retString: error ia: map[] idRecv: mr 0
func (*MockIFxManagerMockRecorder) OnPublishReturn ¶
func (mr *MockIFxManagerMockRecorder) OnPublishReturn(ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnSendDo ¶
func (mr *MockIFxManagerMockRecorder) OnSendDo( arg0 interface{}, f func(arg0 interface{})) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnSendDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnSendDoAndReturn( arg0 interface{}, f func(arg0 interface{}) error) *gomock.Call
argNames: [arg0] defaultArgs: [gomock.Any()] defaultArgsAsString: gomock.Any() argTypes: [interface{}] argString: arg0 interface{} rets: [error] retString: error retString: error ia: map[arg0:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnSendDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnSendDoAndReturnDefault( f func(arg0 interface{}) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnSendDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnSendDoDefault( f func(arg0 interface{})) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnSendReturn ¶
func (mr *MockIFxManagerMockRecorder) OnSendReturn( arg0 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnSendReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnSendReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartAllDo ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllDo( arg0 interface{}, f func(arg0 context.Context)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartAllDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllDoAndReturn( arg0 interface{}, f func(arg0 context.Context) error) *gomock.Call
argNames: [arg0] defaultArgs: [gomock.Any()] defaultArgsAsString: gomock.Any() argTypes: context.Context argString: arg0 context.Context rets: [error] retString: error retString: error ia: map[arg0:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnStartAllDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllDoAndReturnDefault( f func(arg0 context.Context) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartAllDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllDoDefault( f func(arg0 context.Context)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartAllReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllReturn( arg0 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnStartAllReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartAllReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartDo ¶
func (mr *MockIFxManagerMockRecorder) OnStartDo( arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStartDoAndReturn( arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
argNames: [arg0 arg1] defaultArgs: [gomock.Any() gomock.Any()] defaultArgsAsString: gomock.Any(),gomock.Any() argTypes: [context.Context ...string] argString: arg0 context.Context, arg1 ...string rets: [error] retString: error retString: error ia: map[arg0:{} arg1:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnStartDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartDoAndReturnDefault( f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartDoDefault( f func(arg0 context.Context, arg1 ...string)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStartReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStartReturn( arg0, arg1 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnStartReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStartReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopAllDo ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllDo( arg0 interface{}, f func(arg0 context.Context)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopAllDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllDoAndReturn( arg0 interface{}, f func(arg0 context.Context) error) *gomock.Call
argNames: [arg0] defaultArgs: [gomock.Any()] defaultArgsAsString: gomock.Any() argTypes: context.Context argString: arg0 context.Context rets: [error] retString: error retString: error ia: map[arg0:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnStopAllDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllDoAndReturnDefault( f func(arg0 context.Context) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopAllDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllDoDefault( f func(arg0 context.Context)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopAllReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllReturn( arg0 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnStopAllReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopAllReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopDo ¶
func (mr *MockIFxManagerMockRecorder) OnStopDo( arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopDoAndReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStopDoAndReturn( arg0, arg1 interface{}, f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
argNames: [arg0 arg1] defaultArgs: [gomock.Any() gomock.Any()] defaultArgsAsString: gomock.Any(),gomock.Any() argTypes: [context.Context ...string] argString: arg0 context.Context, arg1 ...string rets: [error] retString: error retString: error ia: map[arg0:{} arg1:{}] idRecv: mr 1
func (*MockIFxManagerMockRecorder) OnStopDoAndReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopDoAndReturnDefault( f func(arg0 context.Context, arg1 ...string) error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopDoDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopDoDefault( f func(arg0 context.Context, arg1 ...string)) *gomock.Call
1
func (*MockIFxManagerMockRecorder) OnStopReturn ¶
func (mr *MockIFxManagerMockRecorder) OnStopReturn( arg0, arg1 interface{}, ret0 error) *gomock.Call
retNames: [ret0] retArgs: [ret0 error] retArgs22: ret0 error 1
func (*MockIFxManagerMockRecorder) OnStopReturnDefault ¶
func (mr *MockIFxManagerMockRecorder) OnStopReturnDefault( ret0 error) *gomock.Call
1
func (*MockIFxManagerMockRecorder) Publish ¶
func (mr *MockIFxManagerMockRecorder) Publish() *gomock.Call
Publish indicates an expected call of Publish.
func (*MockIFxManagerMockRecorder) Send ¶
func (mr *MockIFxManagerMockRecorder) Send(arg0 interface{}) *gomock.Call
Send indicates an expected call of Send.
func (*MockIFxManagerMockRecorder) Start ¶
func (mr *MockIFxManagerMockRecorder) Start(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Start indicates an expected call of Start.
func (*MockIFxManagerMockRecorder) StartAll ¶
func (mr *MockIFxManagerMockRecorder) StartAll(arg0 interface{}) *gomock.Call
StartAll indicates an expected call of StartAll.
func (*MockIFxManagerMockRecorder) Stop ¶
func (mr *MockIFxManagerMockRecorder) Stop(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Stop indicates an expected call of Stop.
func (*MockIFxManagerMockRecorder) StopAll ¶
func (mr *MockIFxManagerMockRecorder) StopAll(arg0 interface{}) *gomock.Call
StopAll indicates an expected call of StopAll.
type OnDataCallback ¶
type OnDataCallback func(applicationContext context.Context) (IFxManagerData, error)