Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Conf = &struct { Server struct { Host string `env:"SERVER_HOST" envDefault:"localhost"` Port int `env:"SERVER_PORT" envDefault:"8000"` } Log struct { Level string `env:"LOG_LEVEL" envDefault:"info"` Format string `env:"LOG_FORMAT" envDefault:"human"` } }{}
View Source
var DefaultLogger slog.Logger
View Source
var TZNewYork *time.Location
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.