apps

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: May 19, 2019 License: MIT Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddChartAction

type AddChartAction actions.Action

func (*AddChartAction) Run

func (this *AddChartAction) Run(params struct {
	AgentId string
	AppId   string
	ItemId  string
	ChartId string
})

添加图表

type ChartsAction

type ChartsAction actions.Action

func (*ChartsAction) Run

func (this *ChartsAction) Run(params struct {
	AgentId string
})

图表列表

type Helper

type Helper struct {
}

func (*Helper) BeforeAction

func (this *Helper) BeforeAction(action actions.ActionWrapper)

type IndexAction

type IndexAction actions.Action

func (*IndexAction) Run

func (this *IndexAction) Run(params struct {
	AgentId string
})

看板首页

func (*IndexAction) RunPost

func (this *IndexAction) RunPost(params struct {
	AgentId string
})

数据

type InitDefaultAppAction added in v0.1.2

type InitDefaultAppAction actions.Action

func (*InitDefaultAppAction) Run added in v0.1.2

func (this *InitDefaultAppAction) Run(params struct {
	AgentId string
})

初始化内置的App

type MoveChartAction added in v0.1.2

type MoveChartAction actions.Action

func (*MoveChartAction) Run added in v0.1.2

func (this *MoveChartAction) Run(params struct {
	AgentId  string
	OldIndex int
	NewIndex int
})

移动图表位置

type RemoveChartAction

type RemoveChartAction actions.Action

func (*RemoveChartAction) Run

func (this *RemoveChartAction) Run(params struct {
	AgentId string
	AppId   string
	ItemId  string
	ChartId string
})

移除图表

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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