configuration

package
v2.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetFlags

func SetFlags(cmd *cobra.Command)

Types

type Configuration

type Configuration struct {
	EnforceCGI     bool                `mapstructure:"enforcecgi" yaml:"enforcecgi"`
	Env            []string            `mapstructure:"env" yaml:"env"`
	Dir            string              `mapstructure:"dir" yaml:"dir"`
	StdErr         string              `mapstructure:"stderr" yaml:"stderr"`
	ReplaceHeaders bool                `mapstructure:"replaceheaders" yaml:"replaceheaders"`
	Header         flagargs.HTTPHeader `mapstructure:"headers" yaml:"headers"`
}

func (*Configuration) Hydrate

func (c *Configuration) Hydrate() error

func (*Configuration) Validate

func (c *Configuration) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL