Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { HTTP http.Config `yaml:"http"` PSQL psql.Config `yaml:"psql"` PurgeOnRestart bool `yaml:"purge_on_restart"` JwtPrivateKey string `env:"JWT_PRIVATE_KEY" validate:"required"` SentryDSN string `env:"SENTRY_DSN"` }
AppConfig represents the configuration of our application.
type ContextKey ¶
type ContextKey string
Click to show internal directories.
Click to hide internal directories.