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
Click to show internal directories.
Click to hide internal directories.