Documentation ¶
Index ¶
- type ChangelogOption
- type Repo
- func (r *Repo) Branches() (branches []string)
- func (r *Repo) Changelog(option *ChangelogOption) (*models.ChangeLog, error)
- func (r *Repo) CliCommit(msg *models.CommitMessage, args ...string) (string, error)
- func (r *Repo) Commit(msg *models.CommitMessage) (string, error)
- func (r *Repo) IsClean() bool
- func (r *Repo) Path() string
- func (r *Repo) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangelogOption ¶
type Repo ¶
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) Changelog ¶
func (r *Repo) Changelog(option *ChangelogOption) (*models.ChangeLog, error)
Click to show internal directories.
Click to hide internal directories.