Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertFields ¶
type AlertFields struct { Name string `json:"name" yaml:"name" hcl:"name"` Level string `json:"level" yaml:"level" hcl:"level"` Count string `json:"count" yaml:"count" hcl:"count"` UpdatedAt string `json:"updatedAt" yaml:"updatedAt" hcl:"updatedAt"` CreatedAt string `json:"createdAt" yaml:"createdAt" hcl:"createdAt"` }
AlertFields describe alerts table fields
type KVFields ¶
type KVFields struct { Key string `json:"key" yaml:"key" hcl:"key"` Value string `json:"value" yaml:"value" hcl:"value"` }
KVFields describe KV table fields
type TableAlerts ¶
type TableAlerts struct { Table string `json:"table" yaml:"table" hcl:"table"` Fields AlertFields `json:"fields" yaml:"fields" hcl:"fields,block"` }
TableAlerts is config for core storage alerts table
Click to show internal directories.
Click to hide internal directories.