Documentation
¶
Index ¶
Constants ¶
View Source
const ( Development = "development" Test = "test" Production = "production" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AppName string
AppEnv string
HTTPAddr string
HTTPReadTimeout time.Duration
HTTPWriteTimeout time.Duration
HTTPIdleTimeout time.Duration
HTTPShutdownTimeout time.Duration
LogLevel string
Database DatabaseConfig
MigrationsDir string
MigrationsRunOnStartup bool
CORSAllowedOrigins []string
}
func (Config) MigrationURLRequired ¶
Click to show internal directories.
Click to hide internal directories.