Documentation
¶
Overview ¶
Package root provides shared resources to the whole application.
In particular, this package initialize IoC with binding for external packages. This package can be imported by all other application specific packages (main/* and mid/*). Therefore, it must not import any application specific package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Configured = false
View Source
var IoC = ioc.New()
Functions ¶
func PasswdHash ¶ added in v0.1.5
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.