Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // HeaderSchema *string `json:"header_schema,omitempty"` // BodySchema *string `json:"body_schema,omitempty"` HeaderSchema map[string]interface{} `json:"header_schema,omitempty"` BodySchema map[string]interface{} `json:"body_schema,omitempty"` RejectedCode int `json:"rejected_code"` RejectedMsg string `json:"rejected_msg"` // contains filtered or unexported fields }
type Plugin ¶
type Plugin struct { base.BasePlugin // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.