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 ExtraArgs []string Cfg config.Config AWSSigv4 *aws.Config Basic *core.KeyVal Bearer string BuildInfo bool Complete string ConfigPath string Data io.Reader DryRun bool Edit bool Form []core.KeyVal Help bool JSON io.Reader Method string Multipart []core.KeyVal Output string OutputDir bool Range []string UnixSocket string Update bool Version bool XML io.Reader }
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.