Documentation ¶
Index ¶
- func GetAmqp() (session rabbit.Session)
- func GetCache() (c cache.C)
- func GetCtx() (ctx context.Context)
- func GetMqtt() (session mqtt.Session)
- func GetNamedOrm(aliaName string) *persistence.OrmContext
- func GetOrm() *persistence.OrmContext
- func GetWebServer() (s *server.Server)
- func RegisterAmqp(session rabbit.Session)
- func RegisterCache(c cache.C)
- func RegisterCtx(ctx context.Context)
- func RegisterMqtt(session mqtt.Session)
- func RegisterWebServer(s server.Server)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamedOrm ¶
func GetNamedOrm(aliaName string) *persistence.OrmContext
func GetOrm ¶
func GetOrm() *persistence.OrmContext
func GetWebServer ¶ added in v1.20.0
func RegisterAmqp ¶
func RegisterCache ¶
func RegisterCtx ¶
func RegisterMqtt ¶ added in v1.10.0
func RegisterWebServer ¶ added in v1.20.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.