Documentation ¶
Index ¶
- type ChfApp
- func (a *ChfApp) CallServerStop()
- func (a *ChfApp) CancelContext() context.Context
- func (a *ChfApp) Config() *factory.Config
- func (a *ChfApp) Consumer() *consumer.Consumer
- func (a *ChfApp) Context() *chf_context.CHFContext
- func (a *ChfApp) Processor() *processor.Processor
- func (c *ChfApp) SetLogEnable(enable bool)
- func (c *ChfApp) SetLogLevel(level string)
- func (c *ChfApp) SetReportCaller(reportCaller bool)
- func (a *ChfApp) Start()
- func (c *ChfApp) Terminate()
- func (a *ChfApp) WaitRoutineStopped()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChfApp ¶
type ChfApp struct {
// contains filtered or unexported fields
}
var CHF *ChfApp
func (*ChfApp) CallServerStop ¶ added in v1.0.2
func (a *ChfApp) CallServerStop()
func (*ChfApp) CancelContext ¶ added in v1.0.2
func (*ChfApp) Context ¶ added in v1.0.2
func (a *ChfApp) Context() *chf_context.CHFContext
func (*ChfApp) SetLogEnable ¶
func (*ChfApp) SetLogLevel ¶
func (*ChfApp) SetReportCaller ¶
func (*ChfApp) WaitRoutineStopped ¶ added in v1.0.2
func (a *ChfApp) WaitRoutineStopped()
Click to show internal directories.
Click to hide internal directories.