commands.go 151 B

1234567
  1. package httpApi
  2. type saveDashboardCommand struct {
  3. Id string `json:"id"`
  4. Title string `json:"title"`
  5. Dashboard map[string]interface{}
  6. }