Versions in this module Expand all Collapse all v0 v0.6.3 Aug 15, 2019 v0.6.2 Jan 28, 2019 v0.6.1 Jan 20, 2019 Changes in this version type CreateUpdateOption + MilestoneID int type IssueCommand + UI ui.UI type ListOption + AssigneeID int + AuthorID int + Milestone string v0.6.0 Jan 17, 2019 Changes in this version + type BrowseOption struct + Browse bool type IssueCommand + MethodFactory MethodFactory + RemoteCollecter gitutil.Collecter + type IssueMethodFactory struct + func (c *IssueMethodFactory) CreateMethod(opt Option, pInfo *gitutil.GitLabProjectInfo, iid int, ...) internal.Method + type MethodFactory interface + CreateMethod func(opt Option, pInfo *gitutil.GitLabProjectInfo, iid int, ...) internal.Method + type MockMethodFactory struct + func (c *MockMethodFactory) CreateMethod(opt Option, pInfo *gitutil.GitLabProjectInfo, iid int, ...) internal.Method type Option + BrowseOption *BrowseOption + ProjectProfileOption *internal.ProjectProfileOption v0.5.4 Oct 7, 2018 Changes in this version + const ExitCodeError + const ExitCodeFileError + const ExitCodeOK + type CreateUpdateOption struct + AssigneeID int + Edit bool + Message string + StateEvent string + Template string + Title string + type IssueCommand struct + EditFunc func(program, file string) error + Provider lab.Provider + Ui ui.Ui + func (c *IssueCommand) Help() string + func (c *IssueCommand) Run(args []string) int + func (c *IssueCommand) Synopsis() string + type ListOption struct + AllProject bool + AssignedMe bool + Closed bool + CreatedMe bool + Num int + Opened bool + OrderBy string + Scope string + Search string + Sort string + State string + type Option struct + CreateUpdateOption *CreateUpdateOption + ListOption *ListOption + ShowOption *ShowOption + type ShowOption struct + NoComment bool