Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RegExpExcludePatition string = "```EXCLUDE```"
Functions ¶
func GetPatAndTimeFormat ¶
根据配置的时间格式,获取对应的正则匹配pattern和time包用的时间格式
Types ¶
type AlertUpgrade ¶
type ChartPutForm ¶
type ChartWeight ¶
type CollectRecv ¶
type CollectRecv struct {
Type string `json:"type"`
Data interface{} `json:"data"`
}
type CollectsDelRev ¶
type MaskconfForm ¶
type MaskconfForm struct {
Nid int64 `json:"nid"`
Endpoints []string `json:"endpoints"`
Metric string `json:"metric"`
Tags string `json:"tags"`
Cause string `json:"cause"`
Btime int64 `json:"btime"`
Etime int64 `json:"etime"`
}
func (MaskconfForm) Validate ¶
func (f MaskconfForm) Validate()
type RegExpCheckDto ¶
type ScreenForm ¶
type ScreenForm struct {
Name string `json:"name"`
}
type ScreenPutForm ¶
type ScreenSubclassForm ¶
type StrasDelRev ¶
type StrasDelRev struct {
Ids []int64 `json:"ids"`
}
Click to show internal directories.
Click to hide internal directories.