Documentation
¶
Index ¶
- type Client
- func (c *Client) Add(ctx context.Context, localRepoPath, pathspec string, env []string) error
- func (c *Client) Checkout(ctx context.Context, localRepoPath, branch string, create bool, env []string) error
- func (c *Client) Clone(ctx context.Context, repoURL, localPath string, auth hm.GitAuth, env []string) error
- func (c *Client) Commit(ctx context.Context, localRepoPath string, commit hm.GitCommit, env []string) (string, error)
- func (c *Client) GitLog(ctx context.Context, localRepoPath string, args []string, env []string) (string, error)
- func (c *Client) Push(ctx context.Context, localRepoPath string, auth hm.GitAuth, ...) error
- func (c *Client) Status(ctx context.Context, localRepoPath string, env []string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.