Add Owners in Diags
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m31s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m31s
This commit is contained in:
@@ -11,5 +11,5 @@ type Diag struct {
|
|||||||
Data map[string]any `json:"data"`
|
Data map[string]any `json:"data"`
|
||||||
Deleted bool `json:"deleted"`
|
Deleted bool `json:"deleted"`
|
||||||
Diagdate time.Time `json:"diagdate"`
|
Diagdate time.Time `json:"diagdate"`
|
||||||
Owners string `json:"owners"`
|
Owners []string `json:"owners"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user