Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Server struct { Env string Host string GrpcPort string HttpPort string } Logger struct { OutputPath string Level string DisableStackTrace bool } AccessLogger struct { OutputPath string Level string DisableStackTrace bool } AadhaarCacheStore struct { Type string Redis struct { Host string Password string DB int } } // contains filtered or unexported fields }
func (Config) GetAadhaarCacheStore ¶
func (c Config) GetAadhaarCacheStore() service.AadhaarCacheStore
func (Config) GetAccessLogger ¶
Click to show internal directories.
Click to hide internal directories.