Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { Port int `default:"4000"` DB *DBConfiguration JWT *globalConfig.JWTConfiguration ProjectID string `split_words:"true"` ErrorTracker *ErrorTrackerConfiguration `split_words:"true"` }
Configuration ...
func LoadConfig ¶
func LoadConfig(filename string) (*Configuration, error)
LoadConfig loads the configuration from a file
type ErrorTrackerConfiguration ¶
type ErrorTrackerConfiguration struct {
URL string
}
ErrorTrackerConfiguration ...
Click to show internal directories.
Click to hide internal directories.