Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { CanonicalURL *url.URL Env Environment SessionManager *sessions.SessionManager DB *mgo.Database SSLEnabled bool }
type Environment ¶ added in v0.6.0
type Environment string
const ( EnvironmentDevelopment Environment = "development" EnvironmentProduction Environment = "production" )
Click to show internal directories.
Click to hide internal directories.