dashboard

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2019 License: Apache-2.0 Imports: 7 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 interface {
	GetDashboard(*int64, *bool, *bool, []models.TileTypesEnum) (*models.DashboardResponse, error)
}

* Interface for the DASHBOARD_IMPL

type DASHBOARD_IMPL

type DASHBOARD_IMPL struct {
	// contains filtered or unexported fields
}

* Client structure as interface implementation

func NewDASHBOARD

func NewDASHBOARD(config configuration.CONFIGURATION) *DASHBOARD_IMPL

* Factory for the DASHBOARD interaface returning DASHBOARD_IMPL

func (*DASHBOARD_IMPL) GetDashboard

func (me *DASHBOARD_IMPL) GetDashboard(
	clusterId *int64,
	allClusters *bool,
	refresh *bool,
	tileTypes []models.TileTypesEnum) (*models.DashboardResponse, error)

*

  • If no parameters are specified, dashboard for the local cluster is returned.
  • @param *int64 clusterId parameter: Optional
  • @param *bool allClusters parameter: Optional
  • @param *bool refresh parameter: Optional
  • @param []models.TileTypesEnum tileTypes parameter: Optional
  • @return Returns the *models.DashboardResponse response from the API call

Jump to

Keyboard shortcuts

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