Versions in this module Expand all Collapse all v0 v0.0.3 Oct 25, 2022 v0.0.2 Oct 24, 2022 Changes in this version + const Prefix + type App struct + BasicAuth BasicAuthAccounts + DB MySQL + Env string + Host string + Port int + RunMode string + ServiceName string + var AppConfig App + func New() (*App, error) + func (c *App) AddressListener() string + type BasicAuthAccounts struct + Internal struct{ ... } + type MySQL struct + Database string + Host string + MaxIdleConnection int + MaxLifeTime int + MaxOpenConnection int + Password string + Port int + Username string + func (c *MySQL) ConnectionString() string