Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FingerprintFile ¶ added in v0.0.8
Generate a SHA-1 hash of a file stored in a blob.Bucket instance.
Types ¶
type ImageHashRsp ¶ added in v0.0.8
type ImageHashRsp struct { // String label describing the image hashing procedure used. Approach string // The hexidecimal hash of an image. Hash string }
ImageHashRsp is a struct representing the results of an image hashing operation.
func ImageHashes ¶ added in v0.0.8
Generate a list of ImageHashRsp instances for a file stored in a blob.Bucket instance using the corona10/goimagehash package.
Click to show internal directories.
Click to hide internal directories.