Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delete ¶
type Delete struct {
// contains filtered or unexported fields
}
func (*Delete) Run ¶
func (d *Delete) Run(params *DeleteParams) error
type DeleteParams ¶
type DeleteParams struct {
Project *project.Namespaced
}
func NewDeleteParams ¶
func NewDeleteParams() *DeleteParams
type Edit ¶
type Edit struct {
// contains filtered or unexported fields
}
func (*Edit) Run ¶
func (e *Edit) Run(params *EditParams) error
type EditParams ¶
type EditParams struct { Namespace *project.Namespaced ProjectName string Visibility string Repository string }
type Move ¶
type Move struct {
// contains filtered or unexported fields
}
func (*Move) Run ¶
func (m *Move) Run(params *MoveParams) error
type MoveParams ¶
type MoveParams struct { Namespace *project.Namespaced NewOwner string }
func NewMoveParams ¶
func NewMoveParams() *MoveParams
type Params ¶
type Params struct {
Local bool // Whether to show locally checked out projects only
}
Params are command line parameters
type Projects ¶
type Projects struct {
// contains filtered or unexported fields
}
func NewProjects ¶
func NewProjects(prime primeable) *Projects
Click to show internal directories.
Click to hide internal directories.