Documentation ¶ Index ¶ type Client func NewClient(repoName, destPath, makeCommand, branchName string) (*Client, error) func (c *Client) Checkout(ctx context.Context) error func (c *Client) Clone(ctx context.Context) error func (c *Client) Maker(ctx context.Context) error func (c *Client) PullAll(ctx context.Context) error func (c *Client) PullBranch(ctx context.Context) (bool, 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 NewClient ¶ func NewClient(repoName, destPath, makeCommand, branchName string) (*Client, error) func (*Client) Checkout ¶ func (c *Client) Checkout(ctx context.Context) error func (*Client) Clone ¶ func (c *Client) Clone(ctx context.Context) error func (*Client) Maker ¶ func (c *Client) Maker(ctx context.Context) error func (*Client) PullAll ¶ func (c *Client) PullAll(ctx context.Context) error func (*Client) PullBranch ¶ func (c *Client) PullBranch(ctx context.Context) (bool, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.