Versions in this module Expand all Collapse all v1 v1.0.1 Jul 25, 2019 v1.0.0 Jul 22, 2019 Changes in this version + type FileService map[string]string + func (f FileService) DecodeURL(url string) (org, repo, path, branch string) + func (f FileService) Download(org, repo, file, branch string) (string, error) + func (f FileService) EncodeURL(org, repo, path, branch string) string + type Push struct + FileNames []string + OrgName string + RepoName string + func (p *Push) Branch() string + func (p *Push) ContainsFile(file string) bool + func (p *Push) Files() []string + func (p *Push) Name() string + func (p *Push) Org() string + func (p *Push) Repo() string + func (p *Push) SetCommitStatus(s git.Status)