Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
LogLevel string `env:"LOG_LEVEL"`
SCM SCM
MessageHandlers MessageHandlers
DataSources DataSources
Cors Cors `yaml:"cors"`
}
type DataSources ¶ added in v1.7.0
type DataSources struct {
MongoDB struct {
ConnectionString string `env:"MONGODB_CONNECTION_STRING"`
}
}
type MessageHandlers ¶
Click to show internal directories.
Click to hide internal directories.