Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
Types ¶
type Config ¶
type Config struct { HttpServer HttpServer Postgres postgres.Config GRPC GRPC RabbitMQ rabbitmq.Config Metrics Metrics Logger logger.Config Redis redis.Config AWS AWS Jaeger jaeger.Config GRPCServer GRPCServer }
func (*Config) ProductionMode ¶
type GRPCServer ¶
type GRPCServer struct { SessionPrefix string Port string SessionGrpcServicePort string AppVersion string SessionID string CSRFPrefix string Mode string CsrfSalt string CsrfExpire int SessionExpire int Timeout time.Duration ReadTimeout time.Duration WriteTimeout time.Duration MaxConnectionIdle time.Duration MaxConnectionAge time.Duration CookieLifeTime int }
type HttpServer ¶
Click to show internal directories.
Click to hide internal directories.