![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2023
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 Nats struct {
Hosts []string `env:"HOSTS,required" envSeparator:","`
Nkey string `env:"NKEY,required"`
}
type Values struct {
Namespace string `env:"NAMESPACE,required"`
Database string `env:"DATABASE,required"`
Nats `envPrefix:"NATS_"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.