enums

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: May 13, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DigestMD5 = iota
	DigestSHA1
	DigestSHA256
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DigestType

type DigestType uint8

func (DigestType) GoString

func (t DigestType) GoString() string

func (DigestType) String

func (t DigestType) String() string

type FrontendType

type FrontendType uint8
const (
	UndefinedFrontendType FrontendType = iota
	FileSystemFrontendType
	HTTPBackendFrontendType
	GRPCBackendFrontendType
)

func (FrontendType) GoString

func (t FrontendType) GoString() string

func (FrontendType) MarshalJSON

func (t FrontendType) MarshalJSON() ([]byte, error)

func (FrontendType) String

func (t FrontendType) String() string

func (*FrontendType) UnmarshalJSON

func (t *FrontendType) UnmarshalJSON(raw []byte) error

type MutationType

type MutationType uint8
const (
	UndefinedMutationType MutationType = iota
	RequestHostMutationType
	RequestPathMutationType
	RequestQueryMutationType
	RequestHeaderMutationType
	ResponseHeaderPreMutationType
	ResponseHeaderPostMutationType
)

func (MutationType) GoString

func (t MutationType) GoString() string

func (MutationType) MarshalJSON

func (t MutationType) MarshalJSON() ([]byte, error)

func (MutationType) String

func (t MutationType) String() string

func (*MutationType) UnmarshalJSON

func (t *MutationType) UnmarshalJSON(raw []byte) error

Jump to

Keyboard shortcuts

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