Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
URL *url.URL
AWSSigv4 *aws.Config
Basic *vars.KeyVal
Bearer string
Color printer.Color
Data io.Reader
DNSServer string
DryRun bool
Edit bool
Form []vars.KeyVal
Format fetch.Format
Headers []vars.KeyVal
Help bool
HTTP client.HTTPVersion
IgnoreStatus bool
Insecure bool
JSON bool
Method string
Multipart []vars.KeyVal
NoEncode bool
NoPager bool
Output string
Proxy *url.URL
QueryParams []vars.KeyVal
Silent bool
Timeout time.Duration
TLS uint16
Update bool
Verbose int
Version bool
XML bool
}
type FlagValueError ¶ added in v0.6.0
func (*FlagValueError) Error ¶ added in v0.6.0
func (err *FlagValueError) Error() string
func (*FlagValueError) PrintTo ¶ added in v0.6.0
func (err *FlagValueError) PrintTo(p *printer.Printer)
type MissingEnvVarError ¶ added in v0.6.0
func (*MissingEnvVarError) Error ¶ added in v0.6.0
func (err *MissingEnvVarError) Error() string
func (*MissingEnvVarError) PrintTo ¶ added in v0.6.0
func (err *MissingEnvVarError) PrintTo(p *printer.Printer)
Click to show internal directories.
Click to hide internal directories.