MCPcopy
hub / github.com/perkeep/perkeep / dirEntry

Struct dirEntry

pkg/schema/schema.go:143–148  ·  view source on GitHub ↗

dirEntry is the default implementation of DirectoryEntry

Source from the content-addressed store, hash-verified

141
142// dirEntry is the default implementation of DirectoryEntry
143type dirEntry struct {
144 ss superset
145 fetcher blob.Fetcher
146 fr *FileReader // or nil if not a file
147 dr *DirReader // or nil if not a directory
148}
149
150// A SearchQuery must be of type *search.SearchQuery.
151// This type breaks an otherwise-circular dependency.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected