Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitBundler ¶
type GitBundler struct { GitRepos *[]GitRepo // contains filtered or unexported fields }
func (*GitBundler) Bundler ¶
func (gb *GitBundler) Bundler() *GitBundler
func (*GitBundler) MakeBundles ¶
func (gb *GitBundler) MakeBundles() error
type GithubRepoBundler ¶
type GithubRepoBundler interface { MakeBundles() error Bundler() *GitBundler }
func NewGitBundler ¶
func NewGitBundler(gitRepo *[]GitRepo, workingDir string) GithubRepoBundler
Click to show internal directories.
Click to hide internal directories.