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 ¶ 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
|
|
|
jupiter
command
|
|
|
jupiter/confgen
command
|
|
|
jupiter/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. |
|
jupiter/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. |
|
protoc-gen-go-echo
module
|
|
|
protoc-gen-go-gin
module
|
|
|
example
module
|
|
|
util/xbuffer
Package buffer provides an implementation of an unbounded buffer.
|
Package buffer provides an implementation of an unbounded buffer. |
|
util/xtime
https://github.com/siddontang/go/tree/master/time2
|
https://github.com/siddontang/go/tree/master/time2 |
|
server/xfasthttp
module
|
|
|
util/xgeneric
module
|
|
|
test
|
|
|
e2e
module
|
|
|
tools
|
|
|
ast_codes
command
|
|
|
jupiter
module
|
Click to show internal directories.
Click to hide internal directories.

