Documentation
¶
Overview ¶
Package configs contains the configuration for the application
Index ¶
Constants ¶
View Source
const ( DriverPostgres = "pgx" DriverMySQL = "mysql" DriverSQLite = "sqlite" EnvDevelopment string = "development" EnvProduction string = "production" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type ServerConfig ¶
Click to show internal directories.
Click to hide internal directories.