The highest tagged major version is
v2.
package
Version:
v1.12.0
Opens a new window with list of versions in this module.
Published: Mar 16, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Values struct {
Database struct {
Url string `env:"URL,required"`
Name string `env:"NAME,required"`
} `envPrefix:"DATABASE_"`
Nats struct {
Hosts []string `env:"HOSTS,required" envSeparator:","`
Nkey string `env:"NKEY,required"`
} `envPrefix:"NATS_"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.