Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attribute ¶
type Attribute struct {
Key string `yaml:"key" mapstructure:"key"`
Type AttributeType `yaml:"type" mapstructure:"type"`
Index string `yaml:"index" mapstructure:"index"` // proto index
Source string `yaml:"source" mapstructure:"source"`
Value string `yaml:"value" mapstructure:"value"`
}
type AttributeType ¶
type AttributeType string
const ( AttributeTypeJSONPayload AttributeType = "json_payload" AttributeTypeGRPCPayload AttributeType = "grpc_payload" AttributeTypeQuery AttributeType = "query" AttributeTypeHeader AttributeType = "header" AttributeTypeConstant AttributeType = "constant" SourceRequest AttributeType = "request" SourceResponse AttributeType = "response" )
Click to show internal directories.
Click to hide internal directories.