![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Aug 23, 2022
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 Influx struct {
Url string `yaml:"url"`
Token string `yaml:"token"`
Org string `yaml:"org"`
}
type Nats struct {
Hosts []string `yaml:"hosts"`
Nkey string `yaml:"nkey"`
}
type Values struct {
Namespace string `yaml:"namespace"`
Nats Nats `yaml:"nats"`
Influx Influx `yaml:"influx"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.