Documentation
¶
Index ¶
- func SummarizeGHPRView(input string, maxLines int) string
- func SummarizeGHRunLog(input string, maxLines int) string
- func SummarizeGHRunView(input string, maxLines int) string
- func SummarizePRView(input string, maxLines int) string
- func SummarizeRunLog(input string, maxLines int) string
- func SummarizeRunView(input string, maxLines int) string
- type PRFile
- type PRView
- type RunJob
- type RunStep
- type RunView
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SummarizeGHPRView ¶
func SummarizeGHRunLog ¶
func SummarizeGHRunView ¶
func SummarizePRView ¶
func SummarizeRunLog ¶
func SummarizeRunView ¶
Types ¶
type RunView ¶
type RunView struct {
Name string `json:"name"`
DisplayTitle string `json:"displayTitle"`
WorkflowName string `json:"workflowName"`
Status string `json:"status"`
Conclusion string `json:"conclusion"`
Event string `json:"event"`
HeadBranch string `json:"headBranch"`
URL string `json:"url"`
Jobs []RunJob `json:"jobs"`
}
Click to show internal directories.
Click to hide internal directories.