Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportDisk ¶
type ExportDisk struct {
Name string
}
func (*ExportDisk) GetDesc ¶
func (cmd *ExportDisk) GetDesc() []string
func (*ExportDisk) GetName ¶
func (cmd *ExportDisk) GetName() string
func (*ExportDisk) PrintUsage ¶
func (cmd *ExportDisk) PrintUsage()
func (*ExportDisk) Run ¶
func (cmd *ExportDisk) Run(client *nc.NexusClient, args []string) int
type ListSingle ¶
type ListSingle struct {
Name string
}
func (*ListSingle) GetDesc ¶
func (cmd *ListSingle) GetDesc() []string
func (*ListSingle) GetName ¶
func (cmd *ListSingle) GetName() string
func (*ListSingle) PrintUsage ¶
func (cmd *ListSingle) PrintUsage()
func (*ListSingle) Run ¶
func (cmd *ListSingle) Run(client *nc.NexusClient, args []string) int
Source Files
¶
- templateCreate.go
- templateDel.go
- templateEdit.go
- templateExportDisk.go
- templateList.go
- templateListSingle.go
Click to show internal directories.
Click to hide internal directories.