package
Version:
v0.0.0-...-f7150f6
Opens a new window with list of versions in this module.
Published: Jun 23, 2022
License: GPL-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metric struct {
Level int `toml:"level"`
Id string `toml:"id"`
Batch string `toml:"batch"`
Text string `toml:"text"`
}
type Metrics struct {
Metrics []*Metric
}
type Primergy struct {
Url string `toml:"url"`
User string `toml:"user"`
Password string `toml:"password"`
Insecure bool `toml:"insecure"`
Server string `toml:"server"`
Metrics []*Metric `toml:"metrics"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.