Versions in this module Expand all Collapse all v1 v1.0.9 Feb 15, 2024 v1.0.7 Feb 14, 2024 v1.0.5 Feb 11, 2024 Changes in this version + type Config struct + CacheConf cache.CacheConf + Elasticsearch ElasticsearchConf + ListenOn string + Mongo struct{ ... } + Redis *redis.RedisConf + func NewConfig() (*Config, error) + type ElasticsearchConf struct + Addresses []string + Password string + Username string