Versions in this module Expand all Collapse all v1 v1.2.5 Jul 26, 2024 Changes in this version + type App interface + Config func() *factory.Config + Context func() *smf_context.SMFContext + SetLogEnable func(enable bool) + SetLogLevel func(level string) + SetReportCaller func(reportCaller bool) + Start func() + Terminate func() + type MockApp struct + func NewMockApp(ctrl *gomock.Controller) *MockApp + func (m *MockApp) Config() *factory.Config + func (m *MockApp) Context() *context.SMFContext + func (m *MockApp) EXPECT() *MockAppMockRecorder + func (m *MockApp) SetLogEnable(enable bool) + func (m *MockApp) SetLogLevel(level string) + func (m *MockApp) SetReportCaller(reportCaller bool) + func (m *MockApp) Start() + func (m *MockApp) Terminate() + type MockAppMockRecorder struct + func (mr *MockAppMockRecorder) Config() *gomock.Call + func (mr *MockAppMockRecorder) Context() *gomock.Call + func (mr *MockAppMockRecorder) SetLogEnable(enable any) *gomock.Call + func (mr *MockAppMockRecorder) SetLogLevel(level any) *gomock.Call + func (mr *MockAppMockRecorder) SetReportCaller(reportCaller any) *gomock.Call + func (mr *MockAppMockRecorder) Start() *gomock.Call + func (mr *MockAppMockRecorder) Terminate() *gomock.Call