Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
CSRFToken string `mapstructure:"csrftoken" yaml:"csrftoken"`
EOL string `mapstructure:"eol" yaml:"eol"`
UI string `mapstructure:"uifile" yaml:"uifile"`
DecodeBase64 bool `mapstructure:"decodeb64" yaml:"decodeb64"`
StatusCode int `mapstructure:"status" yaml:"status"`
IncludeBody bool `mapstructure:"includebody" yaml:"includebody"`
StreamToStdout bool `mapstructure:"stream" yaml:"stream"`
}
func (*Configuration) Hydrate ¶
func (c *Configuration) Hydrate() error
func (*Configuration) Validate ¶
func (c *Configuration) Validate() error
Click to show internal directories.
Click to hide internal directories.