Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubConfig ¶
type GithubConfig struct {
Token string
Owner string
Repo string
TagId string
CommentContent string
PullRequestId int
Context context.Context
Client *github.Client
DeleteComments bool
}
func NewGithubConfig ¶
func NewGithubConfig(config *config.AppConfig) *GithubConfig
func (*GithubConfig) Authenticate ¶
func (gc *GithubConfig) Authenticate()
func (*GithubConfig) FindComment ¶
func (gc *GithubConfig) FindComment() (*github.IssueComment, error)
func (*GithubConfig) ListComments ¶
func (gc *GithubConfig) ListComments() ([]*github.IssueComment, error)
func (*GithubConfig) PostComment ¶
func (gc *GithubConfig) PostComment() error
Click to show internal directories.
Click to hide internal directories.