Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DashboardGraph ¶
type DashboardGraph struct {
ID int64 `json:"id" gorm:"column:id"`
Title string `json:"title" gorm:"column:title"`
Hosts string `json:"hosts" gorm:"column:hosts"`
Counters string `json:"counters" gorm:"column:counters"`
ScreenId int64 `json:"screen_id" gorm:"column:screen_id"`
TimeSpan int `json:"timespan" gorm:"column:timespan"`
GraphType string `json:"graph_type" gorm:"column:graph_type"`
Method string `json:"method" gorm:"column:method"`
Position int `json:"position" gorm:"column:position"`
FalconTags string `json:"falcon_tags" gorm:"column:falcon_tags"`
}
func (DashboardGraph) TableName ¶
func (this DashboardGraph) TableName() string
type DashboardScreen ¶
type DashboardScreen struct {
ID int64 `json:"id" gorm:"column:id"`
PID int64 `json:"pid" gorm:"column:pid"`
Name string `json:"name" gorm:"column:name"`
}
func (DashboardScreen) TableName ¶
func (this DashboardScreen) TableName() string
type DashboardTmpGraph ¶
type DashboardTmpGraph struct {
ID int64 `json:"id" gorm:"column:id"`
Endpoints string `json:"endpoints" gorm:"column:endpoints"`
Counters string `json:"counters" gorm:"column:counters"`
CK string `json:"ck" gorm:"column:ck"`
}
func (DashboardTmpGraph) TableName ¶
func (this DashboardTmpGraph) TableName() string
Click to show internal directories.
Click to hide internal directories.