Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProfileRenderResponse ¶
type ProfileRenderResponse struct { apistructs.Header Data *RenderResponse `json:"data"` }
type RenderDiffResponse ¶
type RenderDiffResponse struct { *flamebearer.FlamebearerProfile Metadata RenderMetadataResponse `json:"metadata"` }
RenderDiffResponse refers to the response of the renderDiff
type RenderMetadataResponse ¶
type RenderMetadataResponse struct { flamebearer.FlamebearerMetadataV1 AppName string `json:"appName"` StartTime int64 `json:"startTime"` EndTime int64 `json:"endTime"` Query string `json:"query"` MaxNodes int `json:"maxNodes"` }
type RenderResponse ¶
type RenderResponse struct { flamebearer.FlamebearerProfile Metadata RenderMetadataResponse `json:"metadata"` Annotations []annotationsResponse `json:"annotations"` ProfileCells flamebearer.ProfileCells `json:"profileCells"` }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.