Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AWS ¶
type AWS struct { Endpoint string MinioAccessKey string MinioSecretKey string UseSSL bool MinioEndpoint string }
AWS S3
type Config ¶
type Config struct { Server ServerConfig Postgres PostgresConfig Redis RedisConfig MongoDB MongoDB Cookie Cookie Store Store Session Session Metrics Metrics Logger Logger AWS AWS Jaeger Jaeger }
App config struct
type Logger ¶
type Logger struct { Development bool DisableCaller bool DisableStacktrace bool Encoding string Level string }
Logger config
type PostgresConfig ¶
type PostgresConfig struct { PostgresqlHost string PostgresqlPort string PostgresqlUser string PostgresqlPassword string PostgresqlDbname string PostgresqlSSLMode bool PgDriver string DefaultSchema string }
Postgresql config
type RedisConfig ¶
type RedisConfig struct { RedisAddr string RedisPassword string RedisDB string RedisDefaultdb string MinIdleConns int PoolSize int PoolTimeout int Password string DB int }
Redis config
Click to show internal directories.
Click to hide internal directories.