Documentation
¶
Overview ¶
Package service is a generated GoMock package.
Index ¶
- type AmfApp
- func (a *AmfApp) CallServerStop()
- func (a *AmfApp) CancelContext() context.Context
- func (a *AmfApp) Config() *factory.Config
- func (a *AmfApp) Consumer() *consumer.Consumer
- func (a *AmfApp) Context() *amf_context.AMFContext
- func (a *AmfApp) Processor() *processor.Processor
- func (a *AmfApp) SetLogEnable(enable bool)
- func (a *AmfApp) SetLogLevel(level string)
- func (a *AmfApp) SetReportCaller(reportCaller bool)
- func (a *AmfApp) Start()
- func (a *AmfApp) Terminate()
- func (a *AmfApp) WaitRoutineStopped()
- type AmfAppInterface
- type MockAmfAppInterface
- func (m *MockAmfAppInterface) Config() *factory.Config
- func (m *MockAmfAppInterface) Consumer() *consumer.Consumer
- func (m *MockAmfAppInterface) Context() *context.AMFContext
- func (m *MockAmfAppInterface) EXPECT() *MockAmfAppInterfaceMockRecorder
- func (m *MockAmfAppInterface) Processor() *processor.Processor
- func (m *MockAmfAppInterface) SetLogEnable(enable bool)
- func (m *MockAmfAppInterface) SetLogLevel(level string)
- func (m *MockAmfAppInterface) SetReportCaller(reportCaller bool)
- func (m *MockAmfAppInterface) Start()
- func (m *MockAmfAppInterface) Terminate()
- type MockAmfAppInterfaceMockRecorder
- func (mr *MockAmfAppInterfaceMockRecorder) Config() *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) Consumer() *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) Context() *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) Processor() *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) SetLogEnable(enable any) *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) SetLogLevel(level any) *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) SetReportCaller(reportCaller any) *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) Start() *gomock.Call
- func (mr *MockAmfAppInterfaceMockRecorder) Terminate() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmfApp ¶ added in v1.2.1
type AmfApp struct {
AmfAppInterface
// contains filtered or unexported fields
}
func (*AmfApp) CallServerStop ¶ added in v1.2.4
func (a *AmfApp) CallServerStop()
func (*AmfApp) CancelContext ¶ added in v1.2.4
func (*AmfApp) Context ¶ added in v1.2.4
func (a *AmfApp) Context() *amf_context.AMFContext
func (*AmfApp) SetLogEnable ¶ added in v1.2.1
func (*AmfApp) SetLogLevel ¶ added in v1.2.1
func (*AmfApp) SetReportCaller ¶ added in v1.2.1
func (*AmfApp) Terminate ¶ added in v1.2.1
func (a *AmfApp) Terminate()
Used in AMF planned removal procedure
func (*AmfApp) WaitRoutineStopped ¶ added in v1.2.4
func (a *AmfApp) WaitRoutineStopped()
type AmfAppInterface ¶ added in v1.2.4
type AmfAppInterface interface {
app.App
consumer.ConsumerAmf
Consumer() *consumer.Consumer
Processor() *processor.Processor
}
var AMF AmfAppInterface
type MockAmfAppInterface ¶ added in v1.2.4
type MockAmfAppInterface struct {
// contains filtered or unexported fields
}
MockAmfAppInterface is a mock of AmfAppInterface interface.
func NewMockAmfAppInterface ¶ added in v1.2.4
func NewMockAmfAppInterface(ctrl *gomock.Controller) *MockAmfAppInterface
NewMockAmfAppInterface creates a new mock instance.
func (*MockAmfAppInterface) Config ¶ added in v1.2.4
func (m *MockAmfAppInterface) Config() *factory.Config
Config mocks base method.
func (*MockAmfAppInterface) Consumer ¶ added in v1.2.4
func (m *MockAmfAppInterface) Consumer() *consumer.Consumer
Consumer mocks base method.
func (*MockAmfAppInterface) Context ¶ added in v1.2.4
func (m *MockAmfAppInterface) Context() *context.AMFContext
Context mocks base method.
func (*MockAmfAppInterface) EXPECT ¶ added in v1.2.4
func (m *MockAmfAppInterface) EXPECT() *MockAmfAppInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAmfAppInterface) Processor ¶ added in v1.2.4
func (m *MockAmfAppInterface) Processor() *processor.Processor
Processor mocks base method.
func (*MockAmfAppInterface) SetLogEnable ¶ added in v1.2.4
func (m *MockAmfAppInterface) SetLogEnable(enable bool)
SetLogEnable mocks base method.
func (*MockAmfAppInterface) SetLogLevel ¶ added in v1.2.4
func (m *MockAmfAppInterface) SetLogLevel(level string)
SetLogLevel mocks base method.
func (*MockAmfAppInterface) SetReportCaller ¶ added in v1.2.4
func (m *MockAmfAppInterface) SetReportCaller(reportCaller bool)
SetReportCaller mocks base method.
func (*MockAmfAppInterface) Start ¶ added in v1.2.4
func (m *MockAmfAppInterface) Start()
Start mocks base method.
func (*MockAmfAppInterface) Terminate ¶ added in v1.2.4
func (m *MockAmfAppInterface) Terminate()
Terminate mocks base method.
type MockAmfAppInterfaceMockRecorder ¶ added in v1.2.4
type MockAmfAppInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockAmfAppInterfaceMockRecorder is the mock recorder for MockAmfAppInterface.
func (*MockAmfAppInterfaceMockRecorder) Config ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Config() *gomock.Call
Config indicates an expected call of Config.
func (*MockAmfAppInterfaceMockRecorder) Consumer ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Consumer() *gomock.Call
Consumer indicates an expected call of Consumer.
func (*MockAmfAppInterfaceMockRecorder) Context ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Context() *gomock.Call
Context indicates an expected call of Context.
func (*MockAmfAppInterfaceMockRecorder) Processor ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Processor() *gomock.Call
Processor indicates an expected call of Processor.
func (*MockAmfAppInterfaceMockRecorder) SetLogEnable ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) SetLogEnable(enable any) *gomock.Call
SetLogEnable indicates an expected call of SetLogEnable.
func (*MockAmfAppInterfaceMockRecorder) SetLogLevel ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) SetLogLevel(level any) *gomock.Call
SetLogLevel indicates an expected call of SetLogLevel.
func (*MockAmfAppInterfaceMockRecorder) SetReportCaller ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) SetReportCaller(reportCaller any) *gomock.Call
SetReportCaller indicates an expected call of SetReportCaller.
func (*MockAmfAppInterfaceMockRecorder) Start ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Start() *gomock.Call
Start indicates an expected call of Start.
func (*MockAmfAppInterfaceMockRecorder) Terminate ¶ added in v1.2.4
func (mr *MockAmfAppInterfaceMockRecorder) Terminate() *gomock.Call
Terminate indicates an expected call of Terminate.