Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowedByMethodsItem ¶
type Config ¶
type Config struct { Type string `json:"type"` Blacklist *[]string `json:"blacklist,omitempty"` Whitelist *[]string `json:"whitelist,omitempty"` AllowedByMethods []AllowedByMethodsItem `json:"allowed_by_methods,omitempty"` RejectedCode int `json:"rejected_code"` RejectedMsg string `json:"rejected_msg,omitempty"` // 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.