Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasherError ¶
A HasherError represents an error from calling a Hash method.
func (*HasherError) Error ¶
func (e *HasherError) Error() string
func (*HasherError) Unwrap ¶
func (e *HasherError) Unwrap() error
Unwrap returns the underlying error.
type MsgpackHasher ¶
type MsgpackHasher struct{}
MsgpackHasher is a default hasher that uses msgpack marshaling and hashing algorithm for create a hash of any value.
Click to show internal directories.
Click to hide internal directories.