Documentation ¶
Index ¶
- type Client
- func (c *Client) CreateMergeRequestComment(ctx context.Context, owner, repo string, number int32, ...) (gitee.PullRequestComments, error)
- func (c *Client) CreateWebHook(owner, repo string) (string, error)
- func (c *Client) DeleteWebHook(owner, repo, hookID string) error
- func (c *Client) UpdateMergeRequestComment(ctx context.Context, owner, repo string, id int32, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) CreateMergeRequestComment ¶
func (c *Client) CreateMergeRequestComment(ctx context.Context, owner, repo string, number int32, pullRequestCommentPostParam gitee.PullRequestCommentPostParam) (gitee.PullRequestComments, error)
func (*Client) DeleteWebHook ¶
func (*Client) UpdateMergeRequestComment ¶
Click to show internal directories.
Click to hide internal directories.