Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { RootDir string LogFile string `yaml:"log_file"` LogFormat string `yaml:"log_format"` Migration MigrationConfig `yaml:"migration"` GitlabUrl string `yaml:"gitlab_url"` GitlabTracing string `yaml:"gitlab_tracing"` SecretFilePath string `yaml:"secret_file"` Secret string `yaml:"secret"` HttpSettings HttpSettingsConfig `yaml:"http_settings"` HttpClient *HttpClient }
func NewFromDir ¶
func (*Config) FeatureEnabled ¶
func (*Config) GetHttpClient ¶
func (c *Config) GetHttpClient() *HttpClient
type HttpClient ¶
type HttpSettingsConfig ¶
type MigrationConfig ¶
Click to show internal directories.
Click to hide internal directories.