Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmdbInfo ¶
type CmdbInfo struct { InnerIPs string `json:"bk_host_innerip"` OuterIPs string `json:"bk_host_outerip"` InnerIP6s string `json:"bk_host_innerip_v6"` OuterIP6s string `json:"bk_host_outerip_v6"` ProcessInfos []CmdbProcessInfo `json:"process"` }
type CmdbProcessInfo ¶
type CmdbProcessInfo struct { ProcessName string `json:"bk_func_name"` DisplayName string `json:"bk_process_name"` BindIP string `json:"bind_ip"` Ports string `json:"port"` Protocol string `json:"protocol"` ParamRegex string `json:"bk_start_param_regex"` EnablePort *bool `json:"bk_enable_port"` BindInfoList []BindInfo `json:"bind_info"` }
Click to show internal directories.
Click to hide internal directories.