configuration

package
v2.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 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 {
	StatusCode     int                 `mapstructure:"status" yaml:"status"`
	Method         string              `mapstructure:"method" yaml:"method"`
	MatchHost      bool                `mapstructure:"matchhost" yaml:"matchhost"`
	Tee            bool                `mapstructure:"tee" yaml:"tee"`
	SpoofHost      string              `mapstructure:"spoofhost" yaml:"spoofhost"`
	RequestHeader  flagargs.HTTPHeader `mapstructure:"requestheader" yaml:"requestheader"`
	ResponseHeader flagargs.HTTPHeader `mapstructure:"responseheader" yaml:"responseheader"`
}

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