Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Kempe
Meerkat
Commits
f457c78b
Commit
f457c78b
authored
Aug 21, 2020
by
StreatCodes
Browse files
Checks -> Elements on the server side
parent
c0f99ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
dashboard.go
View file @
f457c78b
...
...
@@ -17,14 +17,14 @@ import (
//Dashboard contains all information to render a dashboard
type
Dashboard
struct
{
Title
string
`json:"title"`
Background
string
`json:"background"`
Tags
[]
string
`json:"tags"`
Checks
[]
Check
`json:"
check
s"`
Title
string
`json:"title"`
Background
string
`json:"background"`
Tags
[]
string
`json:"tags"`
Elements
[]
Element
`json:"
element
s"`
}
//
Check
contains any service/host information needed
type
Check
struct
{
//
Element
contains any service/host information needed
type
Element
struct
{
Type
string
`json:"type"`
Title
string
`json:"title"`
Rect
Rect
`json:"rect"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment