Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidDomainType = fmt.Errorf("invalid domain type")
)
Functions ¶
func EqualSlices ¶
func EqualSlices[P comparable](s1, s2 []P) bool
func ParseBytesAmount ¶
Types ¶
type DomainType ¶
type DomainType uint8
DomainType is a enumeration type for the different data domains for which a blob can exist between
const ( BinaryDomain DomainType = iota PolyDomain UnknownDomain )
func StrToDomainType ¶
func StrToDomainType(s string) DomainType
Click to show internal directories.
Click to hide internal directories.