Documentation ¶
Index ¶
- func Issue2iIssue(is issue.Issue) iIssue
- func IssueAssignees2iIAssignees(ass []issue.Assgin) []iIAssgin
- func IssueComment2iIComment(com issue.Comment) iIComment
- func IssueLabel2iILabel(label issue.Label) iILabel
- func IssueMilestone2iIMilestone(mi issue.Milestone) iIMilestone
- func IssueUser2iIUser(user issue.User) iIUser
- type Github
- func (self *Github) AddIssueComment(inum string, comment string) error
- func (self *Github) AddLabel(inum string, lb string) error
- func (self *Github) CreateIssue(is issue.Issue) error
- func (self *Github) DelLabel(inum string, lb string) error
- func (self *Github) DeleteMilestone(inum string) error
- func (self *Github) DoCloseIssue(inum string) error
- func (self *Github) DoOpenIssue(inum string) error
- func (self *Github) GetIssue(num string) (issue.Issue, error)
- func (self *Github) GetIssues(com bool, withclose bool) ([]issue.Issue, error)
- func (self *Github) GetLabels() ([]issue.Label, error)
- func (self *Github) GetMilestones() ([]issue.Milestone, error)
- func (self *Github) GetRepositoryName() string
- func (self *Github) GetToken() string
- func (self *Github) GetUrl() string
- func (self *Github) GetUsername() string
- func (self *Github) IsLogined() bool
- func (self *Github) ModifyIssue(is issue.Issue) error
- func (self *Github) SetRepositoryName(repo string)
- func (self *Github) SetToken(token string)
- func (self *Github) SetUrl(url string)
- func (self *Github) SetUsername(user string)
- func (self *Github) UpdateMilestone(inum string, mlname string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Issue2iIssue ¶
func IssueComment2iIComment ¶
func IssueLabel2iILabel ¶
func IssueUser2iIUser ¶
Types ¶
type Github ¶
type Github struct {
// contains filtered or unexported fields
}
func (*Github) AddIssueComment ¶
func (*Github) DeleteMilestone ¶
func (*Github) DoCloseIssue ¶
func (*Github) DoOpenIssue ¶
func (*Github) GetRepositoryName ¶
func (*Github) GetUsername ¶
func (*Github) SetRepositoryName ¶
func (*Github) SetUsername ¶
Click to show internal directories.
Click to hide internal directories.