Documentation ¶
Index ¶
- Variables
- func Pull(s *Repo, insecure bool) error
- func TagExists(tag string, r *git.Repository) (bool, error)
- func Tags(repoUrl string, auth transport.AuthMethod, insecure bool) ([]string, error)
- type Repo
- func (s *Repo) Branch(name string) error
- func (s *Repo) Commit(path, msg string) (string, error)
- func (s *Repo) CreateTag(tag string) (bool, error)
- func (s *Repo) Exists(path string) (bool, error)
- func (s *Repo) FS() billy.Filesystem
- func (s *Repo) Push(downstream, branch string, insecure bool) error
- func (s *Repo) PushTags(token string, insecure bool) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.