Documentation ¶
Index ¶
Constants ¶
View Source
const ( AmqpController = "amqp_controller" HttpRouter = "http_router" Orm = "orm" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContainer ¶
type ServiceContainer interface {
Get(name string) interface{}
}
func Init ¶
func Init() (ServiceContainer, error)
Click to show internal directories.
Click to hide internal directories.