Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mongo mongo.Config
DBCache DBCache
Network Network
Sentry ErrorTracking
Auth0 Auth
Local AuthGen
Users UserDirectory
}
func MustGetConfiguration ¶
func MustGetConfiguration() *Config
type ErrorTracking ¶
type ErrorTracking struct {
DSN string `envconfig:"SENTRY_DSN" default:""`
}
Click to show internal directories.
Click to hide internal directories.