Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectHash ¶
func NewFNVObjectHash ¶
func NewFNVObjectHash() ObjectHash
func (*ObjectHash) GetHash ¶
func (h *ObjectHash) GetHash() string
func (*ObjectHash) Reset ¶
func (h *ObjectHash) Reset()
func (*ObjectHash) SumHash ¶
func (h *ObjectHash) SumHash(a ...any) error
the hash is cumulative, so you can call Hash() multiple times with different values and the hash will be updated
func (*ObjectHash) SumHashStrings ¶
func (h *ObjectHash) SumHashStrings(a ...string) error
Click to show internal directories.
Click to hide internal directories.