Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { *downloads.Module StorageDir string // contains filtered or unexported fields }
func (*Manager) OpenGitHub ¶
func (m *Manager) OpenGitHub(owner, repo string) (*Repository, error)
type Repository ¶
type Repository struct { *Manager // contains filtered or unexported fields }
func (*Repository) Close ¶
func (r *Repository) Close()
func (*Repository) GenerateChangelog ¶
func (r *Repository) GenerateChangelog(commitHash, parentHash string) ([]*Commit, error)
Click to show internal directories.
Click to hide internal directories.