package
Version:
v0.0.0-...-843624c
Opens a new window with list of versions in this module.
Published: Sep 18, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
Documentation
¶
type TCategory struct {
ID int16 `json:"id",yaml:"id"`
Name string `json:"name",yaml:"name"`
Sub []*TCategory `json:"sub",yaml:"sub"`
}
type TClient struct {
ID int16 `json:"id",yaml:"id"`
Name string `json:"name",yaml:"name"`
}
type TConf struct {
Index int16 `json:"index",yaml:"index"`
Categories []*TCategory `json:"categories",yaml:"categories"`
Targets []*TTarget `json:"targets",yaml:"targets"`
Clients []*TClient `json:"clients",yaml:"clients"`
}
type TRecord struct {
Avg int16 `json:"avg"`
Max int16 `json:"max"`
Min int16 `json:"min"`
Std int16 `json:"std"`
Los int8 `json:"los"`
}
type TTarget struct {
ID int16 `json:"id",yaml:"id"`
Name string `json:"name",yaml:"name"`
Note string `json:"note",yaml:"note"`
Addr string `json:"addr",yaml:"addr"`
Cid []int16 `json:"cid",yaml:"cid"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.