validation

package
v1.0.0-rc20 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertKeyAtLeastLength added in v0.38.0

func AssertKeyAtLeastLength(bz []byte, length int)

AssertKeyAtLeastLength panics when store key length is less than the given length.

func AssertKeyLength added in v0.38.0

func AssertKeyLength(bz []byte, length int)

AssertKeyLength panics when store key length is not equal to the given length.

func EncodeWithLengthPrefix added in v0.38.1

func EncodeWithLengthPrefix(bz []byte) ([]byte, error)

func IsDomainName

func IsDomainName(s string) bool

IsDomainName checks if a string is a presentation-format domain name (currently restricted to hostname-compatible "preferred name" LDH labels and SRV-like "underscore labels"; see golang.org/issue/12421).

func KeyAtLeastLength added in v0.38.0

func KeyAtLeastLength(bz []byte, length int) error

func KeyLength added in v0.38.0

func KeyLength(bz []byte, length int) error

func MustEncodeWithLengthPrefix added in v0.38.1

func MustEncodeWithLengthPrefix(bz []byte) []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

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