Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //StageAfterStop after app stop StageAfterStop uint32 = application.StageAfterStop //StageBeforeStop before app stop StageBeforeStop = application.StageBeforeStop )
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
|
|
ox/new
You can use the "packr clean" command to clean up this, and any other packr generated files.
|
You can use the "packr clean" command to clean up this, and any other packr generated files. |
ox/new/packrd
You can use the "packr2 clean" command to clean up this, and any other packr generated files.
|
You can use the "packr2 clean" command to clean up this, and any other packr generated files. |
Package pkg @Description: 外部应用程序可以使用的库代码
|
Package pkg @Description: 外部应用程序可以使用的库代码 |
Click to show internal directories.
Click to hide internal directories.