Documentation
¶
Index ¶
- type Client
- func (c *Client) DownloadArchive(ctx context.Context, owner, repo, ref, out string) error
- func (c *Client) ListBranches(ctx context.Context, owner, repo string) ([]string, error)
- func (c *Client) ListRepositories(ctx context.Context, user string) ([]string, error)
- func (c *Client) ListTags(ctx context.Context, owner, repo string) ([]string, error)
- func (c *Client) ProcessRepository(ctx context.Context, owner, repo, baseDir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DownloadArchive ¶
func (*Client) ListBranches ¶
func (*Client) ListRepositories ¶
Click to show internal directories.
Click to hide internal directories.