Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStringSlicePointer ¶ added in v0.1.1
Types ¶
type GitHub ¶
type GitHub interface { ListIssues(ctx context.Context, repoOwner, repoName, title string) ([]*Issue, error) CloseIssue(ctx context.Context, repoOwner, repoName string, issueNumber int) error UpdateIssue(ctx context.Context, repoOwner, repoName string, issueNumber int, issue *github.IssueRequest) error CreateIssue(ctx context.Context, repoOwner, repoName string, issue *github.IssueRequest) (*github.Issue, error) CreateComment(ctx context.Context, repoOwner, repoName string, issueNumber int, body string) (*github.IssueComment, error) AddProjectNextItem(ctx context.Context, issueID, projectID string) error AddProjectCard(ctx context.Context, issueID, projectID string) error }
Click to show internal directories.
Click to hide internal directories.