converter

package
v0.0.0-...-86e16f9 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type EnvoyLog

type EnvoyLog struct {
	Timestamp                     string         `json:"timestamp"`
	TraceID                       string         `json:"traceId"`
	Method                        string         `json:"method"`
	Protocol                      string         `json:"protocol"`
	Scheme                        string         `json:"scheme"`
	StatusCode                    uint32         `json:"statusCode"`
	Domain                        string         `json:"domain"`
	Path                          string         `json:"path"`
	UserAgent                     string         `json:"userAgent"`
	Referer                       string         `json:"referer"`
	ForwardedFor                  string         `json:"forwardedFor"`
	UpstreamFailure               string         `json:"upsteamFailure"`
	UpstreamCluster               string         `json:"upstreamCluster"`
	DownstreamDirectRemoteAddress socketAddress  `json:"downstreamDirectRemoteAddress"`
	DownstreamRemoteAddress       socketAddress  `json:"downstreamRemoteAddress"`
	DownstreamLocalAddress        socketAddress  `json:"downstreamLocalAddress"`
	UpstreamRemoteAddress         socketAddress  `json:"upstreamRemoteAddress"`
	UpstreamLocalAddress          socketAddress  `json:"upstreamLocalAddress"`
	Time                          time.Duration  `json:"time_ms"`
	Request                       requestFields  `json:"request"`
	Response                      responseFields `json:"response"`
}

Jump to

Keyboard shortcuts

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