Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteMilestone ¶
type DeleteMilestone struct {
// contains filtered or unexported fields
}
func NewDeleteMilestone ¶
func NewDeleteMilestone(config DeleteMilestoneConfig) *DeleteMilestone
func (DeleteMilestone) Execute ¶
func (em DeleteMilestone) Execute(number int) error
type DeleteMilestoneConfig ¶
type DeleteMilestoneConfig struct {
Confirm bool
}
type Survey ¶
type Survey struct {
// contains filtered or unexported fields
}
func (Survey) Ask ¶
func (s Survey) Ask() (SurveyAnswers, error)
type SurveyAnswers ¶
type SurveyAnswers struct {
Confirm bool
}
Click to show internal directories.
Click to hide internal directories.