Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthView ¶
HealthView is the model for responsed JSON data in “/health` example:
{ "rdb":{ "dsn":"DSN....", "open_connections":10, "ping_result":0, "ping_message":"" }, "http":{ "listening":":6040" }, "nqm":{ "heartbeat":{ "count":21387 } } }
type HostsResult ¶
type HostsResult struct { Hostname string `gorm:"column:hostname" json:"hostname" conform:"trim"` ID int `gorm:"primary_key:true;column:id" json:"id"` Groups []*owlModel.GroupTag `json:"groups"` IdsOfGroups string `gorm:"column:gt_ids"` NamesOfGroups string `gorm:"column:gt_names"` }
func (*HostsResult) AfterLoad ¶
func (host *HostsResult) AfterLoad()
func (HostsResult) TableName ¶
func (HostsResult) TableName() string
type PingListLog ¶
Click to show internal directories.
Click to hide internal directories.