Add Owners in Diags
Build and Push Docker Image / build_and_push (push) Successful in 1m31s Details

This commit is contained in:
Nicolas CARON 2025-02-11 10:16:42 +01:00
parent 291671c295
commit 56bd7af62d
1 changed files with 9 additions and 9 deletions

View File

@ -11,5 +11,5 @@ type Diag struct {
Data map[string]any `json:"data"`
Deleted bool `json:"deleted"`
Diagdate time.Time `json:"diagdate"`
Owners string `json:"owners"`
Owners []string `json:"owners"`
}