Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultFilename = "tpl.yml"
DefaultFilename the default filename for the configuration
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
KV struct {
URL string `yaml:"url"`
Type string `yaml:"type"`
ClientTLS *libkv.ClientTLSConfig `yaml:"client-tls"`
TLS *tls.Config `yaml:"tls"`
PersistConnection bool `yaml:"persistent-connection"`
ConnectionTimeout int `yaml:"connection-timeout"`
Bucket string `yaml:"bucket"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
}
Settings tpl settings
Click to show internal directories.
Click to hide internal directories.