Versions in this module Expand all Collapse all v1 v1.0.2 Jan 23, 2019 v1.0.1 Jan 7, 2019 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 + SliceUnorder bool + 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)