Documentation
¶
Index ¶
- type Commit
- type Repo
- func (r *Repo) GetAllCommits(since time.Time) ([]Commit, error)
- func (r *Repo) GetCommits(revision string, since time.Time) ([]Commit, error)
- func (r *Repo) GetPushedCommits(since time.Time) ([]Commit, error)
- func (r *Repo) GetUnpushedCommits(since time.Time) ([]Commit, error)
- func (r *Repo) IsCommitPushed(hash string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commit ¶
type Repo ¶
type Repo struct {
Path string
}
func (*Repo) GetCommits ¶
func (*Repo) GetUnpushedCommits ¶
func (*Repo) IsCommitPushed ¶
Click to show internal directories.
Click to hide internal directories.