Documentation ¶
Overview ¶
Package state provides an interface for querying mesh state.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // MeshStatePrefix is the prefix for mesh state keys. MeshStatePrefix = []byte("/registry/meshstate") // IPv6PrefixKey is the key for the IPv6 prefix. IPv6PrefixKey = append(MeshStatePrefix, []byte("/ipv6prefix")...) // IPv4PrefixKey is the key for the IPv4 prefix. IPv4PrefixKey = append(MeshStatePrefix, []byte("/ipv4prefix")...) // MeshDomainKey is the key for the mesh domain. MeshDomainKey = append(MeshStatePrefix, []byte("/meshdomain")...) )
View Source
var ErrNodeNotFound = sql.ErrNoRows
ErrNodeNotFound is returned when a node is not found.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.