Skip frontend functions

This commit is contained in:
Alexander Zobnin
2021-05-25 18:12:36 +03:00
parent 51e487deab
commit ff16e2fe8d
3 changed files with 22 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ type TimeSeriesData struct {
}
type TimeSeriesMeta struct {
Name string
Item *zabbix.Item
}