Documentation
¶
Overview ¶
Package bootstrap handles the initialization of the web components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterServices ¶
func RegisterServices(config *Info)
RegisterServices sets up all the components.
Types ¶
type Info ¶
type Info struct { Asset asset.Info `json:"Asset"` Database database.Info `json:"Database"` Email email.Info `json:"Email"` Server server.Info `json:"Server"` Session session.Info `json:"Session"` Template view.Template `json:"Template"` View view.Info `json:"View"` }
Info contains the application settings.
Click to show internal directories.
Click to hide internal directories.