Documentation ¶
Index ¶
- Variables
- func Do(ctx context.Context, cmd *Comment) error
- func WithGithubCommitFromEnvironment(comment *Comment) error
- func WithGithubCommitFromInput(comment *Comment) error
- func WithGithubTokenFromEnvironment(comment *Comment) error
- func WithGithubTokenFromInput(comment *Comment) error
- func WithOrganizationNameFromEnvironment(comment *Comment) error
- func WithOrganizationNameFromInput(comment *Comment) error
- func WithPullRequestIDFromEnvironment(comment *Comment) error
- func WithPullRequestIDFromInput(comment *Comment) error
- func WithRepositoryNameFromEnvironment(comment *Comment) error
- func WithRepositoryNameFromInput(comment *Comment) error
- type Comment
- type Option
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorCreateComment = errors.New("failed to create comment on client") ErrorNotCreatedComment = errors.New("failed to create comment on server") )
Functions ¶
func WithGithubCommitFromEnvironment ¶ added in v0.0.3
func WithGithubCommitFromInput ¶ added in v0.0.3
func WithGithubTokenFromEnvironment ¶ added in v0.0.3
func WithGithubTokenFromInput ¶ added in v0.0.3
func WithOrganizationNameFromEnvironment ¶ added in v0.0.3
func WithOrganizationNameFromInput ¶ added in v0.0.3
func WithPullRequestIDFromEnvironment ¶ added in v0.0.3
func WithPullRequestIDFromInput ¶ added in v0.0.3
func WithRepositoryNameFromEnvironment ¶ added in v0.0.3
func WithRepositoryNameFromInput ¶ added in v0.0.3
Types ¶
Click to show internal directories.
Click to hide internal directories.