Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Env string `env:"ENVIRONMENT" env-default:"prod"` StorageHost string `env:"POSTGRES_HOST" env-required:"true"` StoragePort int `env:"POSTGRES_PORT" env-default:"5432"` StorageUser string `env:"POSTGRES_USER" env-default:"postgres"` StoragePass string `env:"POSTGRES_PASS" env-default:"postgres"` StorageDB string `env:"POSTGRES_DB" env-default:"postgres"` GRPC GRPCConfig }
type GRPCConfig ¶
Click to show internal directories.
Click to hide internal directories.