Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MergeProfile ¶ added in v0.2.2
func ReceiveProfile ¶
func UploadPath ¶
Types ¶
type MergeProfileReq ¶ added in v0.2.2
type ReceiveProfileReq ¶
type ReceiveProfileReq struct { Service string `json:"service"` ServiceVersion string `json:"service_version"` Host string `json:"host"` IP string `json:"ip"` GoVersion string `json:"go_version"` ProfileType string `json:"profile_type"` Profile string `json:"profile"` SendTime int64 `json:"send_time"` CreateTime int64 `json:"create_time"` }
Click to show internal directories.
Click to hide internal directories.