Documentation
¶
Overview ¶
Package boot 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"`
Email email.Info `json:"Email"`
Form form.Info `json:"Form"`
Generation generate.Info `json:"Generation"`
MySQL mysql.Info `json:"MySQL"`
Server server.Info `json:"Server"`
Session session.Info `json:"Session"`
Template view.Template `json:"Template"`
View view.Info `json:"View"`
Path string
}
Info contains the application settings.
Click to show internal directories.
Click to hide internal directories.