Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func Open ¶
func Open(path string) (*Repository, error)
func (*Repository) FetchTags ¶
func (r *Repository) FetchTags() error
func (*Repository) GetRawTags ¶
func (r *Repository) GetRawTags() ([]*string, error)
func (*Repository) PushTags ¶
func (r *Repository) PushTags() error
func (*Repository) SetTag ¶
func (r *Repository) SetTag(tag string) error
Click to show internal directories.
Click to hide internal directories.