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 ¶
type Disable = application.Disable
const ( DisableParserFlag Disable = application.DisableParserFlag DisableLoadConfig Disable = application.DisableLoadConfig DisableDefaultGovernor Disable = application.DisableDefaultGovernor )
type Option ¶
type Option = application.Option
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
util/xbuffer
Package buffer provides an implementation of an unbounded buffer.
|
Package buffer provides an implementation of an unbounded buffer. |
proto
|
|
helloworld/v1
Package helloworldv1 is a reverse proxy.
|
Package helloworldv1 is a reverse proxy. |
Click to show internal directories.
Click to hide internal directories.