Documentation ¶
Index ¶
- func Board(id int64) *models.Board
- func BusiGroup(id int64) *models.BusiGroup
- func Cluster(c *gin.Context) string
- func Dashboard(id int64) *models.Dashboard
- func MustGetCluster(c *gin.Context) string
- func New(version string) *gin.Engine
- func TaskCreate(v interface{}) (int64, error)
- func TaskDoneIds(ids []int64) ([]int64, error)
- func User(id int64) *models.User
- func UserGroup(id int64) *models.UserGroup
- type AccessDetails
- type AlertCard
- type CallbackOutput
- type ChartGroupPure
- type ChartPure
- type DashboardPure
- type DoneIdsReply
- type RedirectOutput
- type SsoConfigOutput
- type TaskCreateReply
- type TokenDetails
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustGetCluster ¶
func TaskDoneIds ¶
Types ¶
type AccessDetails ¶
type CallbackOutput ¶ added in v5.5.0
type ChartGroupPure ¶
type DashboardPure ¶
type DashboardPure struct { Name string `json:"name"` Tags string `json:"tags"` Configs string `json:"configs"` ChartGroups []ChartGroupPure `json:"chart_groups"` }
type DoneIdsReply ¶
type RedirectOutput ¶ added in v5.14.1
type SsoConfigOutput ¶ added in v5.14.1
type TaskCreateReply ¶
Source Files ¶
- router.go
- router_alert_aggr_view.go
- router_alert_cur_event.go
- router_alert_his_event.go
- router_alert_rule.go
- router_alert_subscribe.go
- router_board.go
- router_builtin.go
- router_busi_group.go
- router_chart.go
- router_chart_group.go
- router_chart_share.go
- router_config.go
- router_configs.go
- router_crypto.go
- router_dashboard.go
- router_funcs.go
- router_login.go
- router_metric_desc.go
- router_metric_view.go
- router_mute.go
- router_mw.go
- router_prometheus.go
- router_recording_rule.go
- router_role.go
- router_self.go
- router_server.go
- router_target.go
- router_task.go
- router_task_tpl.go
- router_user.go
- router_user_group.go
Click to show internal directories.
Click to hide internal directories.