Add Owners in Diags
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m31s

This commit is contained in:
2025-02-11 09:24:57 +01:00
parent 726bb4643c
commit 291671c295
3 changed files with 17 additions and 5 deletions

View File

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