Documentation ¶
Index ¶
- Variables
- func Equal(expected, is RemoteCall) bool
- func Output(res map[string]interface{}, outputFormat string) (string, error)
- func OutputFormat(args []Argument) string
- func ValidateArguments(args []Argument, params []Parameter) error
- type Argument
- type ArgumentBool
- type ArgumentInt
- type ArgumentString
- type ParamType
- type Parameter
- type RemoteCall
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingFormatString = errors.New("failed to format response: object missing a formatString")
Functions ¶
func Equal ¶
func Equal(expected, is RemoteCall) bool
func OutputFormat ¶
func ValidateArguments ¶
Types ¶
type Argument ¶
type Argument interface {
// contains filtered or unexported methods
}
func ArgsFromFlags ¶
type ArgumentBool ¶
type ArgumentInt ¶
type ArgumentString ¶
Click to show internal directories.
Click to hide internal directories.