Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachFromPwd ¶
type AttachFromPwd struct {
Name string
}
func (*AttachFromPwd) GetDesc ¶
func (cmd *AttachFromPwd) GetDesc() []string
func (*AttachFromPwd) GetName ¶
func (cmd *AttachFromPwd) GetName() string
func (*AttachFromPwd) PrintUsage ¶
func (cmd *AttachFromPwd) PrintUsage()
func (*AttachFromPwd) Run ¶
func (cmd *AttachFromPwd) Run(client *nc.NexusClient, args []string) int
type AttachSingle ¶
type AttachSingle struct {
Name string
}
func (*AttachSingle) GetDesc ¶
func (cmd *AttachSingle) GetDesc() []string
func (*AttachSingle) GetName ¶
func (cmd *AttachSingle) GetName() string
func (*AttachSingle) PrintUsage ¶
func (cmd *AttachSingle) PrintUsage()
func (*AttachSingle) Run ¶
func (cmd *AttachSingle) 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
type StartAttach ¶
type StartAttach struct {
Name string
}
func (*StartAttach) GetDesc ¶
func (cmd *StartAttach) GetDesc() []string
func (*StartAttach) GetName ¶
func (cmd *StartAttach) GetName() string
func (*StartAttach) PrintUsage ¶
func (cmd *StartAttach) PrintUsage()
func (*StartAttach) Run ¶
func (cmd *StartAttach) Run(client *nc.NexusClient, args []string) int
type StartWithCreds ¶
type StartWithCreds struct {
Name string
}
func (*StartWithCreds) GetDesc ¶
func (cmd *StartWithCreds) GetDesc() []string
func (*StartWithCreds) GetName ¶
func (cmd *StartWithCreds) GetName() string
func (*StartWithCreds) PrintUsage ¶
func (cmd *StartWithCreds) PrintUsage()
func (*StartWithCreds) Run ¶
func (cmd *StartWithCreds) Run(client *nc.NexusClient, args []string) int
Source Files
¶
- helper.go
- vmAddAccess.go
- vmAttach.go
- vmAttachFromPwd.go
- vmAttachSingle.go
- vmCreate.go
- vmCreds2csv.go
- vmCreds2pdf.go
- vmDel.go
- vmDelAccess.go
- vmEdit.go
- vmExportDir.go
- vmImportDir.go
- vmList.go
- vmListSingle.go
- vmReboot.go
- vmShutdown.go
- vmStart.go
- vmStartAttach.go
- vmStartWithCreds.go
- vmStop.go
Click to show internal directories.
Click to hide internal directories.