Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Service ¶
type Service struct { GRPC string `mapstructure:"grpc"` LogFormat string `mapstructure:"log-format"` LogLevel string `mapstructure:"log-level"` certs.TLSConfig `mapstructure:"tls"` PGURL string `mapstructure:"pg_url"` Database string `mapstructure:"database"` MigrationsPath string `mapstructure:"migrations-path"` AuthzAddress string `mapstructure:"authz-address"` SecretsAddress string `mapstructure:"secrets-address"` }
Service config options
Click to show internal directories.
Click to hide internal directories.