Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + type Config struct + App struct{ ... } + Email struct{ ... } + Grpc GrpcConfig + Log LogConfig + Mysql struct{ ... } + Queue struct{ ... } + Websocket struct{ ... } + func GetInstance() *Config + func (c *Config) GetFlagSet() *flag.FlagSet + func (c *Config) LoadConf() *Config + func (c *Config) ParseFlag() + func (c *Config) PrintUsage() + type GrpcConfig struct + ShowErrorCause bool + type LogConfig struct + Level string