Versions in this module Expand all Collapse all v0 v0.22.0 Dec 23, 2021 Changes in this version + func BuildPropertyID() string + type ArtifactoryConfig = artifactory.Config + type Config struct + AWSRegion string + AdminToken string + ApiQMaxNumberOfMessage int64 + ApiQUrl string + ApiQVisibilityTimeout int64 + ApiQWaitTimeSecond int64 + ApiQWorkerTimeout time.Duration + CronTimeout time.Duration + HttpCallbackTimeout time.Duration + Identity IdentityValidatorConfig + LocalDev bool + MetricsPort int + Port int + S3Bucket string + ServiceName string + SigningKey string + SourceControlProvider string + func GetConfig() Config + type DBConfig struct + DBConnectionTimeout time.Duration + DBHost string + DBName string + DBPassword string + DBPort int + DBUsername string + LogLevel string + func GetDBConfig() DBConfig + func (c DBConfig) DbConnectionString() string + func (c DBConfig) MigrationConnectionString() string + type FlagConfig struct + MigrateFlag bool + ServerFlag bool + func GetFlagsConfig() FlagConfig + type GitHubConfig = github.Config + type GitLabConfig = gitlab.Config + type IdentityValidatorConfig = identity.ValidatorConfig + type LogConfig = log.Config