Documentation ¶ Index ¶ type Client func NewClient(repo string, pr int) *Client func (c *Client) PostComment(ctx context.Context, reports []definition.Report) error func (c *Client) PostCommentWithContext(ctx context.Context, reports []definition.Report, isDryRun 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(repo string, pr int) *Client func (*Client) PostComment ¶ func (c *Client) PostComment(ctx context.Context, reports []definition.Report) error func (*Client) PostCommentWithContext ¶ added in v0.0.3 func (c *Client) PostCommentWithContext(ctx context.Context, reports []definition.Report, isDryRun bool, environment string) error Source Files ¶ View all Source files comment.go Click to show internal directories. Click to hide internal directories.