Documentation ¶
Overview ¶
The gear 'create-repo' extension.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterInitRepo ¶
Types ¶
type CommandContext ¶
type CommandContext struct {
Transport *transport.TransportFlag
}
Repository commands requires a transport object
func (*CommandContext) RegisterCreateRepo ¶
func (ctx *CommandContext) RegisterCreateRepo(parent *cobra.Command)
type PermissionCommandContext ¶
type PermissionCommandContext struct {
// contains filtered or unexported fields
}
Implements the default container permission serialization
func (*PermissionCommandContext) CreatePermission ¶
func (ctx *PermissionCommandContext) CreatePermission(c *cobra.Command, id string) (*sshjobs.KeyPermission, error)
func (*PermissionCommandContext) DefineFlags ¶
func (ctx *PermissionCommandContext) DefineFlags(c *cobra.Command)
Click to show internal directories.
Click to hide internal directories.