Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Error ¶
type Error struct {
Kind ErrorKind `json:"kind"`
Path string `json:"path"`
Line int `json:"line"`
Column int `json:"column"`
Source string `json:"source"`
Message string `json:"message"`
}
func (Error) UnknownOwner ¶
type Errors ¶
type Errors []Error
func QueryErrors ¶ added in v0.3.0
func QueryErrors(client api.GQLClient, repo repository.Repository, ref string) (Errors, error)
func (Errors) UnknownOwners ¶
Click to show internal directories.
Click to hide internal directories.