Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentCacheDebug ¶
type AgentCacheDebug struct { BootTime string `json:"boot_time"` SyncedControllerTime string `json:"synced_controller_time"` SyncedTSDBTime string `json:"synced_tsdb_time"` ControllerIP string `json:"controller_ip"` CurControllerIP string `json:"cur_controller_ip"` TSDBIP string `json:"tsdb_ip"` CurTSDBIP string `json:"cur_tsdb_ip"` }
func NewAgentCacheDebug ¶
func NewAgentCacheDebug(vtapCache *vtap.VTapCache) *AgentCacheDebug
func (*AgentCacheDebug) Marshal ¶
func (a *AgentCacheDebug) Marshal() []byte
Click to show internal directories.
Click to hide internal directories.