Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Commit struct {
Date time.Time `json:"date"`
Hash string `json:"hash"`
Type string `json:"type"`
Component string `json:"component"`
Content string `json:"content"`
Remote string `json:"remote"`
Repository string `json:"repository"`
Breaking bool `json:"breaking"`
Revert bool `json:"revert"`
}
Commit describes a commit on a repository
Click to show internal directories.
Click to hide internal directories.