Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(todo Todo, is IssueService) error
Create will create a GitHub issue in the project's repository
Types ¶
type IssueService ¶
type IssueService interface {
// contains filtered or unexported methods
}
func NewIssueService ¶
func NewIssueService(pat string) (IssueService, error)
NeNewIssueService returns issueService struct
Click to show internal directories.
Click to hide internal directories.