client

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*repos.Repos
	// contains filtered or unexported fields
}

func New

func New(cfg *config.Config) (*Client, error)

func (*Client) Add added in v0.0.2

func (c *Client) Add(ctx context.Context, dirs []string, name, baseURL string) error

func (*Client) GetDirs

func (c *Client) GetDirs(ctx context.Context, baseDir string) ([]string, error)

func (*Client) GetLogins

func (c *Client) GetLogins(ctx context.Context) ([]string, error)

func (*Client) Remotes added in v0.0.2

func (c *Client) Remotes(ctx context.Context, dirs []string, args ...string) error

func (*Client) Remove added in v0.0.2

func (c *Client) Remove(ctx context.Context, dirs []string, name string) error

func (*Client) Rename added in v0.0.5

func (c *Client) Rename(ctx context.Context, dirs []string, oldName, newName string) error

func (*Client) SetURLs added in v0.0.2

func (c *Client) SetURLs(ctx context.Context, dirs []string, name, baseURL string) error

type Clienter added in v0.0.2

type Clienter interface {
	Add(ctx context.Context, dirs []string, name, baseURL string) error
	Branches(ctx context.Context, repoDirs []string, args ...string) error
	CheckoutRepos(ctx context.Context, repoDirs []string, args ...string) error
	CloneRepos(ctx context.Context, dir string) ([]*clientctx.Repository, error)
	CommitRepos(ctx context.Context, dirs []string, args ...string) error
	DiffRepos(ctx context.Context, repoDirs []string, cfg *repos.DiffConfig) error
	FetchRepos(ctx context.Context, repoDirs []string, args ...string) error
	GetBranchAndTagNames(ctx context.Context, dirs []string) ([]string, error)
	GetBranchNames(ctx context.Context, dirs []string) ([]string, error)
	GetDirs(ctx context.Context, dir string) ([]string, error)
	GetLogins(ctx context.Context) ([]string, error)
	GetRemoteNames(ctx context.Context, dirs []string) ([]string, error)
	GetRepos(ctx context.Context, name string) ([]*github.Repository, error)
	GetTagNames(ctx context.Context, dirs []string) ([]string, error)
	ListTags(ctx context.Context, repoDirs []string, args ...string) error
	LogRepos(ctx context.Context, repoDirs []string, ignoreEmpty bool, args ...string) error
	MergeRepos(ctx context.Context, repoDirs []string, args ...string) error
	PullRepos(ctx context.Context, repoDirs []string, args ...string) error
	PushRepos(ctx context.Context, repoDirs []string, args ...string) error
	Remotes(ctx context.Context, repoDirs []string, args ...string) error
	Remove(ctx context.Context, dirs []string, name string) error
	Rename(ctx context.Context, dirs []string, oldName, newName string) error
	ResetRepos(ctx context.Context, repoDirs []string, args ...string) error
	SetURLs(ctx context.Context, repoDirs []string, name, baseURL string) error
	StageFiles(ctx context.Context, dirs []string, args ...string) error
	StashRepos(ctx context.Context, dirs []string, args ...string) error
	StatusRepos(ctx context.Context, dirs []string, ignoreEmpty bool, args ...string) error
	TagRepos(ctx context.Context, repoDirs []string, args ...string) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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