Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func DecodeConfig ¶
Types ¶
type Configuration ¶
type Configuration struct { ID string `json:"id" yaml:"id"` RuleMatcher Matcher `json:"match" yaml:"match"` Upstream string `json:"upstream" yaml:"upstream"` Methods []string `json:"methods" yaml:"methods"` Execute []config.MechanismConfig `json:"execute" yaml:"execute"` ErrorHandler []config.MechanismConfig `json:"on_error" yaml:"on_error"` }
func (*Configuration) DeepCopy ¶
func (in *Configuration) DeepCopy() *Configuration
func (*Configuration) DeepCopyInto ¶
func (in *Configuration) DeepCopyInto(out *Configuration)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.