Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateWebHook(owner, repo string) (string, error)
- func (c *Client) DeleteWebHook(owner, repo, hookID string) error
- func (c *Client) GetLatestRepositoryCommit(owner, repo, path, branch string) (*git.RepositoryCommit, error)
- func (c *Client) GetTree(owner, repo, path, branch string) ([]*git.TreeNode, error)
- func (c *Client) GetTreeContents(owner, repo, path, branch string) (afero.Fs, error)
- func (c *Client) RefreshWebHookSecret(secret, owner, repo, hookID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) DeleteWebHook ¶
func (*Client) GetLatestRepositoryCommit ¶
func (c *Client) GetLatestRepositoryCommit(owner, repo, path, branch string) (*git.RepositoryCommit, error)
func (*Client) GetTreeContents ¶
func (*Client) RefreshWebHookSecret ¶
Click to show internal directories.
Click to hide internal directories.