Versions in this module Expand all Collapse all v1 v1.1.0 Jun 3, 2020 Changes in this version + func Hash(v interface{}, opts *HashOptions) (uint64, error) + type ErrNotStringer struct + Field string + func (ens *ErrNotStringer) Error() string + type HashOptions struct + Hasher hash.Hash64 + TagName string + ZeroNil bool + type Includable interface + HashInclude func(field string, v interface{}) (bool, error) + type IncludableMap interface + HashIncludeMap func(field string, k, v interface{}) (bool, error)