package
Version:
v0.0.0-...-b5678d6
Opens a new window with list of versions in this module.
Published: Sep 11, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AuthClient struct {
URL string `env-required:"true" yaml:"url" env:"AUTH_CLIENT_URL"`
}
type PG struct {
PoolMax int `env-required:"true" yaml:"pool_max" env:"PG_POOL_MAX"`
DsnURL string `env-required:"true" yaml:"dsn_url" env:"PG_DSN_URL"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.