We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af95be5 commit 326fc09Copy full SHA for 326fc09
APIStats.go
@@ -11,6 +11,10 @@ type HTTPResponse struct {
11
MeasurementType string `json:"measurement_type"`
12
Comment string `json:"comment"`
13
Address string `json:"address"`
14
+ Owner string `json:"owner"`
15
+ Level string `json:"level"`
16
+ Group string `json:"group"`
17
+ PassLine string `json:"passline"`
18
Body string `json:"body"`
19
Method string `json:"method"`
20
ResponseTimeout string `json:"responseTimeout"`
go.mod
@@ -0,0 +1 @@
1
+module github.com/lodastack/models
0 commit comments