Chore: Add type info for grafana boot data (#45322)

Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
This commit is contained in:
kay delaney
2022-03-30 10:48:58 +01:00
committed by GitHub
parent 6889e39526
commit f1c3177e79
15 changed files with 142 additions and 65 deletions

View File

@@ -57,7 +57,7 @@ const (
type NavLink struct {
Id string `json:"id,omitempty"`
Text string `json:"text,omitempty"`
Text string `json:"text"`
Description string `json:"description,omitempty"`
Section string `json:"section,omitempty"`
SubTitle string `json:"subTitle,omitempty"`