Versions in this module Expand all Collapse all v0 v0.0.5 Apr 16, 2024 v0.0.4 Apr 16, 2024 Changes in this version + type Client struct + Address string + RetriesCount int + Timeout time.Duration + type ClientConfig struct + SSO Client + type Config struct + AppSecret string + Clients ClientConfig + Env string + Storage Storage + func MustLoad() *Config + type HTTPServer struct + Address string + IdleTimeout time.Duration + Password string + Timeout time.Duration + User string + type Storage struct + Dbname string + Host string + Migrations_path string + Password string + Port string + User string