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
|
|
|
all/cmd/demo
command
|
|
|
build
command
|
|
|
client/etcd
command
|
|
|
client/gorm
command
|
|
|
client/redis
command
|
|
|
client/rocketmq
command
|
|
|
config/onelineByEtcdv3
command
|
|
|
config/onelineByFile
command
|
|
|
config/onelineByFileWatch
command
|
|
|
config/onelineByRemoteConfig
command
|
|
|
config/onelinebyApollo
command
|
|
|
config/structByFile
command
|
|
|
config/structByFileWatch
command
|
|
|
config/structByRemoteConfigWatch
command
|
|
|
config/structByremoteConfig
command
|
|
|
grpc/direct/direct-client
command
|
|
|
grpc/direct/direct-server
command
|
|
|
grpc/etcd/etcd-client
command
|
|
|
grpc/etcd/etcd-server
command
|
|
|
helloworld
command
|
|
|
http/all
command
|
|
|
http/gin
command
|
|
|
http/gin-swagger
command
|
|
|
http/gin_ws_cors
command
|
|
|
http/gofame
command
|
|
|
http/register
command
|
|
|
http/simple
command
|
|
|
job
command
|
|
|
logger/command
command
|
|
|
logger/file
command
|
|
|
logger/fileByWatch
command
|
|
|
monitor
command
|
|
|
remoteconfig
command
|
|
|
sentinel
command
|
|
|
simple
command
|
|
|
startup
command
|
|
|
store/mongo
command
|
|
|
trace
command
|
|
|
worker/cron
command
|
|
|
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.

