gitOps

package
v0.0.0-...-9654a68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2022 License: MIT Imports: 5 Imported by: 0

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 GitRepo

type GitRepo struct {
	Name          string `yaml:"name"`
	URI           string `yaml:"uri"`
	TempDirectory string
	BundleFile    string
}

type GithubRepoBundler

type GithubRepoBundler interface {
	MakeBundles() error
	Bundler() *GitBundler
}

func NewGitBundler

func NewGitBundler(gitRepo *[]GitRepo, workingDir string) GithubRepoBundler

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL