Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Root = os.Getenv("GOPATH") + "/src/github.com/qor/qor-example" View *render.Render )
View Source
var Config = struct { Port uint `default:"7000" env:"PORT"` DB struct { Name string `default:"qor_example"` Adapter string `default:"mysql"` User string Password string } SMTP SMTPConfig }{}
Functions ¶
This section is empty.
Types ¶
type SMTPConfig ¶
func (SMTPConfig) HostWithPort ¶
func (s SMTPConfig) HostWithPort() string
Click to show internal directories.
Click to hide internal directories.