Documentation
¶
Overview ¶
Package perfissue builds reports for suspected performance problems.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderMarkdown ¶
func RenderText ¶
Types ¶
type Report ¶
type Report struct {
Kind string `json:"kind"`
Action string `json:"action"`
Status string `json:"status"`
Workspace string `json:"workspace,omitempty"`
CreatedAt string `json:"created_at"`
TokenThreshold int `json:"token_threshold"`
ToolThreshold int `json:"tool_threshold"`
TotalTokens int `json:"total_tokens"`
Signals []Signal `json:"signals,omitempty"`
Insights insights.Report `json:"insights"`
File string `json:"file,omitempty"`
Bytes int `json:"bytes,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.