Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Codeowners ¶ added in v0.4.0
type Codeowners struct {
// contains filtered or unexported fields
}
func (Codeowners) Owners ¶ added in v0.4.0
func (c Codeowners) Owners(path string) []string
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.