Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DisplayArgs = []string{"repo", "date", "hash", "message", "author"}
View Source
var FromArgs = []string{"ytd", "mtd", "wtd", "yesterday", "today"}
Functions ¶
func ContainsAll ¶
Types ¶
type Authentication ¶
type Repository ¶
type Repository struct { Url string Labels []string Name string LocalPath string Authentication Authentication }
func (Repository) ListCommits ¶
func (r Repository) ListCommits(filter Filter) (commits []Commit, e error)
func (Repository) SyncRepo ¶
func (r Repository) SyncRepo() error
Click to show internal directories.
Click to hide internal directories.