Documentation ¶
Index ¶
Constants ¶
View Source
const (
AlgoMultihash256 = "fingerprints:multihash256"
)
View Source
const (
AlgoSha256 = "fingerprints:sha256"
)
Variables ¶
View Source
var ( METHODS = map[string]Algorithm{ AlgoMultihash256: GetMultihashFingerprint, AlgoSha256: GetSha256Fingerprint, } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.