package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Feb 15, 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 Database struct {
Uri string `yaml:"uri"`
Name string `yaml:"name"`
Collection string `yaml:"collection"`
}
type Nats struct {
Hosts []string `yaml:"hosts"`
Nkey string `yaml:"nkey"`
}
type TLS struct {
Cert string `yaml:"cert"`
Key string `yaml:"key"`
}
type Values struct {
Address string `yaml:"address"`
TLS TLS `yaml:"tls"`
Namespace string `yaml:"namespace"`
Database Database `yaml:"database"`
Nats Nats `yaml:"nats"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.