Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrGit = errors.New("Git")
)
Functions ¶
Types ¶
type GitLog ¶
type GitLog struct { Hash string Tree string Parent []string Author GitLogMember Committer GitLogMember Message string }
type GitLogMember ¶
type Log ¶
type Log struct { URL string `json:"url"` Dir string `json:"dir"` TimeDiff LogTimeDiff `json:"timediff"` Local LogElement `json:"local"` Remote LogElement `json:"remote"` }
type LogElement ¶
type LogTimeDiff ¶
Click to show internal directories.
Click to hide internal directories.