package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Feb 25, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Server Server `yaml:"server"`
DataSource []DataSource `yaml:"datasource"`
SSH SSH `yaml:"ssh"`
Iris iris.Configuration `yaml:"iris"`
}
type DataSource struct {
Type string `yaml:"type"`
URL string `yaml:"url"`
Database string `yaml:"database"`
Tag string `yaml:"tag"`
Username string `yaml:"username"`
Password string `yaml:"password"`
UseSSH bool `yaml:"use_ssh"`
LogLevel logger.LogLevel `yaml:"log_level"`
}
type SSH struct {
IP string `yaml:"ip"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
type Server struct {
Port string `yaml:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.