Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PLACEHOLDER_TEXT = "{{placeholder}}" EXAMPLE_URL_KEY = "Example_Service_Url" DEFAULT_SERVICE_URL = "https://jsonplaceholder.typicode.com" DEFAULT_ENTITY = "users" )
Functions ¶
func AddCommands ¶
func AddCommands()
Types ¶
type BmCommand ¶
type BmCommand struct {
}
func NewBmCommand ¶
func NewBmCommand() *BmCommand
func (*BmCommand) AddOptions ¶
type ExSubCmdCommand ¶
type ExSubCmdCommand struct {
}
func NewExSubCmdCommand ¶
func NewExSubCmdCommand() *ExSubCmdCommand
func (*ExSubCmdCommand) AddOptions ¶
func (cmd *ExSubCmdCommand) AddOptions(set shell.CmdSet)
func (*ExSubCmdCommand) Execute ¶
func (cmd *ExSubCmdCommand) Execute(args []string) error
func (*ExSubCmdCommand) ExtendedUsage ¶
func (cmd *ExSubCmdCommand) ExtendedUsage(w io.Writer)
func (*ExSubCmdCommand) GetSubCommands ¶
func (cmd *ExSubCmdCommand) GetSubCommands() []string
func (*ExSubCmdCommand) HeaderUsage ¶
func (cmd *ExSubCmdCommand) HeaderUsage(w io.Writer)
type ExampleCommand ¶
type ExampleCommand struct {
}
func NewExampleCommand ¶
func NewExampleCommand() *ExampleCommand
func (*ExampleCommand) AddOptions ¶
func (cmd *ExampleCommand) AddOptions(set shell.CmdSet)
func (*ExampleCommand) Execute ¶
func (cmd *ExampleCommand) Execute(args []string) error
type ExqueryCommand ¶
type ExqueryCommand struct {
// contains filtered or unexported fields
}
func NewExqueryCommand ¶
func NewExqueryCommand() *ExqueryCommand
func (*ExqueryCommand) AddOptions ¶
func (cmd *ExqueryCommand) AddOptions(set shell.CmdSet)
func (*ExqueryCommand) Execute ¶
func (cmd *ExqueryCommand) Execute(args []string) error
Execute -- Exquery command to query a well known test data site and demonstrate basic output Use variations of -d and -v and the --out-* options to get example output formats
Click to show internal directories.
Click to hide internal directories.