Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { ArchiveMethod string `mapstructure:"archivemethod" yaml:"archivemethod"` NoDownload bool `mapstructure:"nodownload" yaml:"nodownload"` MIME string `mapstructure:"mime" yaml:"mime"` Name string `mapstructure:"name" yaml:"name"` StatusCode int `mapstructure:"statuscode" yaml:"statuscode"` Header flagargs.HTTPHeader `mapstructure:"header" yaml:"header"` }
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.