domain

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dashboard

type Dashboard struct {
	DashboardBody DashboardBody `json:"dashboard"`
}

func (Dashboard) Equals

func (d Dashboard) Equals(other Dashboard) bool

type DashboardBody

type DashboardBody struct {
	Id         *int64            `json:"id,omitempty"`
	Title      string            `json:"title"`
	Editable   string            `json:"editable"`
	Visibility string            `json:"visibility"`
	Metadata   Metadata          `json:"metadata"`
	Widgets    widget.WidgetList `json:"widgets"`
}

func (DashboardBody) Equals

func (d DashboardBody) Equals(other DashboardBody) bool

type DashboardList

type DashboardList struct {
	Dashboards []DashboardBody `json:"dashboards"`
}

type Metadata

type Metadata struct {
	Version int `json:"version"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL