Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdReview ¶
Types ¶
type ReviewOptions ¶
type ReviewOptions struct {
HttpClient func() (*http.Client, error)
Config func() (config.Config, error)
IO *iostreams.IOStreams
BaseRepo func() (ghrepo.Interface, error)
Remotes func() (context.Remotes, error)
Branch func() (string, error)
SelectorArg string
InteractiveMode bool
ReviewType api.PullRequestReviewState
Body string
}
Click to show internal directories.
Click to hide internal directories.