Versions in this module Expand all Collapse all v0 v0.6.3 Aug 15, 2019 Changes in this version type CreateUpdateOption + RemoveSourceBranch string + Squash string + func (o *CreateUpdateOption) RemoveSourceBranchFlag() (bool, bool) + func (o *CreateUpdateOption) SquashFlag() (bool, bool) v0.6.2 Jan 28, 2019 v0.6.1 Jan 20, 2019 Changes in this version type CreateUpdateOption + MilestoneID int type ListOption + AssigneeID int + AuthorID int + Milestone string + Search string type MergeRequestCommand + UI ui.UI v0.6.0 Jan 17, 2019 Changes in this version + type BrowseOption struct + Browse bool + type CreateUpdateOption struct + AssigneeID int + Edit bool + Message string + SourceBranch string + StateEvent string + TargetBranch string + Template string + Title string + type ListOption struct + AllProject bool + AssignedMe bool + Closed bool + CreatedMe bool + Merged bool + Num int + Opened bool + OrderBy string + Scope string + Sort string + State string type MergeRequestCommand + ClientFactory lab.APIClientFactory + RemoteCollecter gitutil.Collecter + type Option struct + BrowseOption *BrowseOption + CreateUpdateOption *CreateUpdateOption + ListOption *ListOption + ProjectProfileOption *internal.ProjectProfileOption + ShowOption *ShowOption + type ShowOption struct + NoComment bool v0.5.4 Oct 7, 2018 Changes in this version + const ExitCodeError + const ExitCodeFileError + const ExitCodeOK + const MergeRequestTemplateDir + type CreateUpdateMergeRequestOption struct + AssigneeID int + Edit bool + Message string + SourceBranch string + StateEvent string + TargetBranch string + Template string + Title string + type ListMergeRequestOption struct + AllProject bool + AssignedMe bool + Closed bool + CreatedMe bool + Merged bool + Num int + Opened bool + OrderBy string + Scope string + Sort string + State string + func (l *ListMergeRequestOption) GetScope() string + func (l *ListMergeRequestOption) GetState() string + type MergeRequestCommand struct + EditFunc func(program, file string) error + GitClient git.Client + Provider lab.Provider + Ui ui.Ui + func (c *MergeRequestCommand) Help() string + func (c *MergeRequestCommand) Run(args []string) int + func (c *MergeRequestCommand) Synopsis() string + type MergeRequestCommandOption struct + CreateUpdateOption *CreateUpdateMergeRequestOption + ListOption *ListMergeRequestOption + type MergeRequestOperation int + const CreateMergeRequest + const CreateMergeRequestOnEditor + const ListMergeRequest + const ListMergeRequestAllProject + const ShowMergeRequest + const UpdateMergeRequest + const UpdateMergeRequestOnEditor