Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commenter ¶ added in v1.1.0
type Commenter struct { HTTPClient httpclient.Client Token string }
type ValidationError ¶ added in v1.10.0
type ValidationError struct {
Message string `json:"message"`
}
type ValidationErrors ¶ added in v1.10.0
type ValidationErrors struct {
Errors []ValidationError `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.