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
Cfg config.Config
AWSSigv4 *aws.Config
Basic *core.KeyVal
Bearer string
BuildInfo bool
ConfigPath string
Data io.Reader
DryRun bool
Edit bool
Form []core.KeyVal
Help bool
JSON bool
Method string
Multipart []core.KeyVal
Output string
Update bool
Version bool
XML bool
}
App represents the full configuration for a fetch invocation.
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 *core.Printer)
Click to show internal directories.
Click to hide internal directories.