data

package
v0.0.0-...-cb83e1d Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metrics

type Metrics struct {
	Server      ServerType `json:"server" binding:"required"`
	RequestId   string     `json:"requestId" binding:"required"`
	WasError    string     `json:"wasError" binding:"required"`
	ErrorTime   int        `json:"errorTime" validate:"min=0"`
	SuccessTime int        `json:"successTime" validate:"min=0"`
	ErrorType   string     `json:"errorType"`
}

type ServerType

type ServerType string
const (
	ProxyServer  ServerType = "proxy"
	FinalServer  ServerType = "final"
	ClientServer ServerType = "client"
)

Jump to

Keyboard shortcuts

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