Documentation
¶
Overview ¶
Package hashcache implements streaming cache of file hashes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct {
Name string `json:"name,omitempty"`
Hash uint64 `json:"hash,omitempty"`
ObjectID object.ID `json:"oid,omitempty"`
}
Entry represents an entry in hash cache database about single file or directory.
Click to show internal directories.
Click to hide internal directories.