From e29f38937cdf077a99b45c27e49f553d4dd8d0d7 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Thu, 15 Dec 2022 11:16:56 +0100 Subject: monfront - add basic interface to create some entities --- cmd/monfront/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/monfront/server.go') diff --git a/cmd/monfront/server.go b/cmd/monfront/server.go index 2ada1d0..8e53c64 100644 --- a/cmd/monfront/server.go +++ b/cmd/monfront/server.go @@ -46,6 +46,8 @@ type ( CheckDetails *checkDetails `json:"check_details,omitempty"` Groups []group `json:"groups,omitempty"` Unhandled bool `json:"-"` // set this flag when unhandled was called + + Content map[string]any `json:"-"` // used for the configuration dashboard } ) -- cgit v1.2.3-70-g09d2