Refactor: remove unused types

This commit is contained in:
Alexander Zobnin
2021-05-19 18:15:29 +03:00
parent 7d8005838c
commit b42d665e9e
6 changed files with 14 additions and 146 deletions

View File

@@ -120,7 +120,7 @@ func (ds *ZabbixDatasourceInstance) getHistotyOrTrend(ctx context.Context, query
itemids = append(itemids, m.ID)
}
params := ZabbixAPIParams{
params := zabbix.ZabbixAPIParams{
"output": "extend",
"sortfield": "clock",
"sortorder": "ASC",