Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ConcatError ¶ added in v1.3.0
ConcatError concat errors to a single string
func WrapInternal ¶ added in v1.3.0
WrapInternal wraps given error with internal err
func WrapInvalid ¶ added in v1.3.0
WrapInvalid wraps given error with invalid err
func WrapNotFound ¶ added in v1.3.0
WrapNotFound wraps given error with not found err
Types ¶
type Commit ¶
type Commit struct {
Hash string `json:"hash"`
Type string `json:"type"`
Component string `json:"component"`
Content string `json:"content"`
Remote string `json:"remote"`
Repository string `json:"repository"`
Date time.Time `json:"date"`
Breaking bool `json:"breaking"`
Revert bool `json:"revert"`
}
Commit describes a commit on a repository
type Message ¶ added in v1.3.0
Message for render
func NewErrorMessage ¶ added in v1.3.0
NewErrorMessage create a error message
func NewSuccessMessage ¶ added in v1.3.0
NewSuccessMessage create a success message
func ParseMessage ¶ added in v1.3.0
ParseMessage parses messages from request
Click to show internal directories.
Click to hide internal directories.