Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Delay int `json:"delay"`
ResponseStatus int `json:"response_status"`
ContentType string `json:"content_type"`
ResponseExample *string `json:"response_example,omitempty"`
ResponseSchema *map[string]any `json:"response_schema,omitempty"`
WithMockHeader *bool `json:"with_mock_header"`
ResponseHeaders map[string]any `json:"response_headers"`
}
type Plugin ¶
type Plugin struct {
base.BasePlugin
// contains filtered or unexported fields
}
func (*Plugin) RunRequestPhase ¶
func (p *Plugin) RunRequestPhase(w http.ResponseWriter, r *http.Request) base.RequestPhaseResult
RunRequestPhase owns the configured mock response and never invokes the downstream terminal. Mock responses are local early-stop responses.
Click to show internal directories.
Click to hide internal directories.