Documentation
¶
Index ¶
- type DiffConfig
- type Repos
- func (r *Repos) Branches(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) CheckoutRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) CloneRepos(ctx context.Context, baseDir string) ([]*ctxhelper.Repository, error)
- func (r *Repos) CommitRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) DiffRepos(ctx context.Context, dirs []string, cfg *DiffConfig) error
- func (r *Repos) FetchRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) GetBranchAndTagNames(ctx context.Context, dirs []string) ([]string, error)
- func (r *Repos) GetBranchNames(ctx context.Context, dirs []string) ([]string, error)
- func (r *Repos) GetRemoteNames(ctx context.Context, dirs []string) ([]string, error)
- func (r *Repos) GetRepos(ctx context.Context, name string) ([]*github.Repository, error)
- func (r *Repos) GetTagNames(ctx context.Context, dirs []string) ([]string, error)
- func (r *Repos) ListBranches(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) ListTags(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) LogRepos(ctx context.Context, dirs []string, ignoreEmpty bool, args ...string) error
- func (r *Repos) MergeRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) PullRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) PushRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) ResetRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) StageFiles(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) StashRepos(ctx context.Context, dirs []string, args ...string) error
- func (r *Repos) StatusRepos(ctx context.Context, dirs []string, ignoreEmpty bool, args ...string) error
- func (r *Repos) TagRepos(ctx context.Context, dirs []string, args ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffConfig ¶
type Repos ¶
type Repos struct {
// contains filtered or unexported fields
}
func (*Repos) CheckoutRepos ¶
func (*Repos) CloneRepos ¶
func (*Repos) CommitRepos ¶
func (*Repos) FetchRepos ¶
func (*Repos) GetBranchAndTagNames ¶
func (*Repos) GetBranchNames ¶
func (*Repos) GetRemoteNames ¶
func (*Repos) GetTagNames ¶
func (*Repos) ListBranches ¶
func (*Repos) MergeRepos ¶
func (*Repos) ResetRepos ¶
func (*Repos) StageFiles ¶
func (*Repos) StashRepos ¶
func (*Repos) StatusRepos ¶
Click to show internal directories.
Click to hide internal directories.