Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
func AddCommands()
Types ¶
type DumpCommand ¶
type DumpCommand struct {
}
DumpCommand -- Command structure with options
func NewDumpCommand ¶
func NewDumpCommand() *DumpCommand
func (*DumpCommand) AddOptions ¶
func (cmd *DumpCommand) AddOptions(set shell.CmdSet)
func (*DumpCommand) Execute ¶
func (cmd *DumpCommand) Execute(args []string) error
Execute -- Addresult command to load file data like a REST response
type LoadCommand ¶
type LoadCommand struct {
// contains filtered or unexported fields
}
LoadCommand -- Command structure with options
func NewLoadCommand ¶
func NewLoadCommand() *LoadCommand
func (*LoadCommand) AddOptions ¶
func (cmd *LoadCommand) AddOptions(set shell.CmdSet)
func (*LoadCommand) Execute ¶
func (cmd *LoadCommand) Execute(args []string) error
Execute -- Addresult command to load file data like a REST response
Click to show internal directories.
Click to hide internal directories.