Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToSVG ¶
func HTTPService ¶
func HTTPService(g *gin.RouterGroup)
Types ¶
type ComponentNum ¶
type EstimateSize ¶
type GroupProfileDetail ¶
type GroupProfileDetail struct { Ts int64 `json:"ts"` ProfileSecs int `json:"profile_duration_secs"` State string `json:"state"` TargetProfiles []ProfileDetail `json:"target_profiles"` }
type GroupProfiles ¶
type GroupProfiles struct { Ts int64 `json:"ts"` ProfileSecs int `json:"profile_duration_secs"` State string `json:"state"` CompNum ComponentNum `json:"component_num"` }
type ProfileDetail ¶
type StatusCounterAndTargets ¶
type StatusCounterAndTargets struct { meta.StatusCounter // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.