Documentation ¶
Index ¶
Constants ¶
View Source
const ( DEV_ENVIRONMENT = "development" PROD_ENVIRONMENT = "production" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { ServerHost string `env:"SERVER_HOST"` ServerPort string `env:"SERVER_PORT"` AppDomain string `env:"APP_DOMAIN"` AppProtocol string `env:"APP_PROTOCOL"` ProjectName string `env:"PROJECT_NAME"` Environment string `env:"ENVIRONMENT"` DefaultSenderSignature string `env:"DEFAULT_SENDER_SIGNATURE"` }
func (App) GetFullDomain ¶
type Authentication ¶
type Config ¶
Click to show internal directories.
Click to hide internal directories.