Documentation
¶
Index ¶
Constants ¶
View Source
const ( Message = "message" Gateway = "gateway" Cron = "cron" Finance = "finance" Middle = "middle" NLP = "nlp" Spider = "spider" Storage = "storage" Subscribe = "subscribe" Task = "task" Todo = "todo" User = "user" Web = "web" Workflow = "workflow" RedisAgent = "redis_agent" ServerAgent = "server_agent" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
// contains filtered or unexported fields
}
func (*Application) AwaitSignal ¶
func (a *Application) AwaitSignal()
func (*Application) Start ¶
func (a *Application) Start() error
type Option ¶
type Option func(app *Application) error
func HTTPServerOption ¶
func RPCServerOption ¶
Click to show internal directories.
Click to hide internal directories.