Skip to content

Commit 326fc09

Browse files
committed
add API status tags
1 parent af95be5 commit 326fc09

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

APIStats.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ type HTTPResponse struct {
1111
MeasurementType string `json:"measurement_type"`
1212
Comment string `json:"comment"`
1313
Address string `json:"address"`
14+
Owner string `json:"owner"`
15+
Level string `json:"level"`
16+
Group string `json:"group"`
17+
PassLine string `json:"passline"`
1418
Body string `json:"body"`
1519
Method string `json:"method"`
1620
ResponseTimeout string `json:"responseTimeout"`

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module github.com/lodastack/models

0 commit comments

Comments
 (0)