Documentation
¶
Index ¶
Constants ¶
View Source
const (
BranchTicketSeparator = "-"
)
View Source
const (
MergeRequestTicketSeparator = ":"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchCmd ¶
type BranchCmd struct {
// contains filtered or unexported fields
}
func (*BranchCmd) BeforeAction ¶
type ConfigCmd ¶
type ConfigCmd struct {
// contains filtered or unexported fields
}
func (*ConfigCmd) InitAction ¶
type MergeRequestCreateCmd ¶ added in v0.2.4
type MergeRequestCreateCmd struct {
// contains filtered or unexported fields
}
func NewMergeRequestCreateCmd ¶ added in v0.2.4
func (*MergeRequestCreateCmd) BeforeAction ¶ added in v0.2.4
func (*MergeRequestCreateCmd) Command ¶ added in v0.2.4
func (mr *MergeRequestCreateCmd) Command() *cli.Command
type MergeRequestViewCmd ¶ added in v0.2.4
type MergeRequestViewCmd struct {
// contains filtered or unexported fields
}
func NewMergeRequestViewCmd ¶ added in v0.2.4
func (*MergeRequestViewCmd) BeforeAction ¶ added in v0.2.4
func (*MergeRequestViewCmd) Command ¶ added in v0.2.4
func (mr *MergeRequestViewCmd) Command() *cli.Command
Click to show internal directories.
Click to hide internal directories.