Add support for SUM in netquery

This commit is contained in:
Patrick Pacher
2023-08-08 13:07:37 +02:00
parent b9b6c09dc6
commit 620a9c0fde
2 changed files with 19 additions and 5 deletions

View File

@@ -53,6 +53,7 @@ type (
Sum struct {
Condition Query `json:"condition"`
Field string `json:"field"`
As string `json:"as"`
Distinct bool `json:"distinct"`
}