Versions in this module Expand all Collapse all v1 v1.1.2 Aug 3, 2023 Changes in this version + type GrpcConf struct + Addr string + Auth bool + CpuThreshold int64 + Health bool + MetricsUrl string + Middlewares zrpc.ServerMiddlewaresConf + Mode string + Prometheus prometheus.Config + Telemetry trace.Config + Timeout int64 v1.1.1 Jul 26, 2023 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