Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHashableArray ¶
func AddHashableMap ¶
Types ¶
type Hash ¶
type Hash interface { fmt.Stringer AddInt32(v int32) AddInt64(v int64) AddFloat32(v float32) AddFloat64(v float64) AddBool(v bool) AddString(v string) AddBytes(v []byte) Add(other Hash) Equals(other Hash) bool MapKey() HashMapKey // contains filtered or unexported methods }
Hash provides the set of functions needed to compute a running fnv1a of the supported rest.li primitives
func HashFloat32 ¶
func HashFloat64 ¶
func HashString ¶
type HashMapKey ¶
type HashMapKey uint32
Click to show internal directories.
Click to hide internal directories.