Documentation
¶
Index ¶
- func Clear()
- func Execute(command string, flags ...string) (string, error)
- func NewMail(host, port, username, password string) *mail
- type Repository
- func (Repository) BranchList() []string
- func (r Repository) Clone() error
- func (Repository) Fetch() error
- func (Repository) GetAllTags() []string
- func (Repository) GetAllTagsList() []string
- func (Repository) GetBranchTags(branchName string) []string
- func (Repository) GetTagBranch(tagID string) []string
- func (Repository) RemoveBranch(branchName string) error
- func (Repository) RemoveTag(tagName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Repository ¶
type Repository string
func (Repository) BranchList ¶
func (Repository) BranchList() []string
func (Repository) Clone ¶
func (r Repository) Clone() error
func (Repository) Fetch ¶
func (Repository) Fetch() error
func (Repository) GetAllTags ¶
func (Repository) GetAllTags() []string
func (Repository) GetAllTagsList ¶
func (Repository) GetAllTagsList() []string
func (Repository) GetBranchTags ¶
func (Repository) GetBranchTags(branchName string) []string
func (Repository) GetTagBranch ¶
func (Repository) GetTagBranch(tagID string) []string
func (Repository) RemoveBranch ¶
func (Repository) RemoveBranch(branchName string) error
func (Repository) RemoveTag ¶
func (Repository) RemoveTag(tagName string) error
Click to show internal directories.
Click to hide internal directories.