Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IssueFromArgWithFields ¶ added in v2.3.0
func IssueFromArgWithFields(httpClient *http.Client, baseRepoFn func() (ghrepo.Interface, error), arg string, fields []string) (*api.Issue, ghrepo.Interface, error)
IssueFromArgWithFields loads an issue or pull request with the specified fields. If some of the fields could not be fetched by GraphQL, this returns a non-nil issue and a *PartialLoadError.
Types ¶
type PartialLoadError ¶ added in v2.3.0
type PartialLoadError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.