Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ParsingError = fmt.Errorf("Parsing failed")
)
Functions ¶
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Message string `json:"message"`
}
type GitlabClient ¶
type GitlabClient struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.