Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Null = &null{}
Functions ¶
func Unwrap ¶
func Unwrap[T ValueTypes](v Value) T
Types ¶
type Acl ¶
type Acl struct { Value *ast.AclDeclaration Literal bool }
type Backend ¶
type Backend struct { Value *ast.BackendDeclaration Director *DirectorConfig // wrap director as Backend Literal bool Healthy *atomic.Bool }
type DirectorConfig ¶
type DirectorConfig struct { Type string // director type Name string // director name Quorum int // only exists on random, hash, client and chash Retries int // only exists on random Key string // only exists on chash Seed uint32 // only exists on chash VNodesPerNode int // only exists on chash Backends []*DirectorConfigBackend }
type DirectorConfigBackend ¶
type Float ¶
type Integer ¶
type String ¶
Click to show internal directories.
Click to hide internal directories.