Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
NewCmd constructs the "comment" command with list and search subcommands for managing issue comments. Comment creation is handled by "json comment".
Types ¶
type RunListInput ¶
type RunListInput struct {
Service driving.Service
IssueID string
Limit int
JSON bool
WriteTo io.Writer
}
RunListInput holds the parameters for the comment list operation, decoupled from CLI flag parsing so it can be tested directly.
type RunSearchInput ¶ added in v0.2.0
type RunSearchInput struct {
Service driving.Service
Query string
Filter driving.CommentFilterInput
Limit int
JSON bool
WriteTo io.Writer
ColorScheme *iostreams.ColorScheme
}
RunSearchInput holds the parameters for the comment search operation, decoupled from CLI flag parsing so it can be tested directly.
Click to show internal directories.
Click to hide internal directories.