debugmode

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Name = debugmode.Name
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SlowLogReport

type SlowLogReport struct {
	TotalSeconds float64 `json:"total_seconds"`

	Request struct {
		Headers map[string][]string `json:"headers"`
	} `json:"request"`
	Response struct {
		Headers map[string][]string `json:"headers,omitempty"`
	} `json:"response"`
	StreamInfo struct {
		DownstreamRemoteAddress string `json:"downstream_remote_address"`
		UpstreamRemoteAddress   string `json:"upstream_remote_address,omitempty"`
	} `json:"stream_info"`

	// Note: the ExecutedPlugins don't contain plugins executed in OnLog phase
	ExecutedPlugins []executionPlugin `json:"executed_plugins,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL