Versions in this module Expand all Collapse all v0 v0.0.2 Nov 3, 2022 v0.0.1 Nov 3, 2022 Changes in this version + func MustLoad(path string, v interface{}, opts ...Option) error + type ApiConf struct + Addr string + Mode string + Timeout int64 + type DbConf struct + DSN string + type JwtAuth struct + Secret string + type Option func(opt *options) + type RedisConf struct + Addr string + DataBase int64 + Pass string + Timeout int64 + type ServiceConf struct + MetricsUrl string + Mode string + Name string + Prometheus string