Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var C = &Config{}
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Secret string Logger struct { Level string Mode string Path string KeepDays int MaxSize int } Gateway struct { IssuerService string } Sync struct { Target string GrpcClient struct { Listen string } Redis struct { Addrs []string User string Pass string MasterName string Db int } } }
Click to show internal directories.
Click to hide internal directories.