Documentation
¶
Index ¶
- func AuthGitHub(paToken string) (*github.Client, error)
- func CommentOnIssue(ctx context.Context, ghClient *github.Client, owner string, repo string, ...) error
- func CreateTemplate(file string) (*template.Template, error)
- func GetTrackedPRs(ctx context.Context, ghClient *github.Client, owner string, repo string, ...) ([]*github.Issue, error)
- func ParseTemplate(tpl *template.Template, name string) (string, error)
- type CommentStruct
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommentOnIssue ¶
func GetTrackedPRs ¶
Types ¶
type CommentStruct ¶
type CommentStruct struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.