Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //StageAfterStop after app stop StageAfterStop uint32 = uint32(hooks.Stage_AfterStop) //StageBeforeStop before app stop StageBeforeStop = uint32(hooks.Stage_BeforeStop) )
View Source
var DefaultApp = application.DefaultApp
View Source
var New = application.New
View Source
var WithConfigParser = application.WithConfigParser
View Source
var WithDisable = application.WithDisable
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application = application.Application
Application is the framework's instance, it contains the servers, workers, client and configuration settings. Create an instance of Application, by using &Application{}
type Disable ¶ added in v0.2.4
type Disable = application.Disable
const ( DisableParserFlag Disable = application.DisableParserFlag DisableLoadConfig Disable = application.DisableLoadConfig DisableDefaultGovernor Disable = application.DisableDefaultGovernor )
type Option ¶ added in v0.2.4
type Option = application.Option
Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
example
module
|
|
util/xbuffer
Package buffer provides an implementation of an unbounded buffer.
|
Package buffer provides an implementation of an unbounded buffer. |
util/xgeneric
Module
|
|
proto
|
|
helloworld/v1
Package helloworldv1 is a reverse proxy.
|
Package helloworldv1 is a reverse proxy. |
test
|
|
e2e
Module
|
|
tools
|
|
jupiter
Module
|
Click to show internal directories.
Click to hide internal directories.