Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotBuiltInCI = errors.New("not built in the CI")
Functions ¶
Types ¶
type LastBuild ¶
func GetLastBuild ¶
type QueryError ¶
type QueryError []QueryErrorItem
func (QueryError) Error ¶
func (qe QueryError) Error() string
type QueryErrorItem ¶
type QueryErrorItem struct { Message string `json:"message"` Locations []QueryErrorLocation `json:"locations"` }
type QueryErrorLocation ¶
Click to show internal directories.
Click to hide internal directories.