MCPcopy
hub / github.com/perkeep/perkeep / NoImplStorage

Struct NoImplStorage

pkg/blobserver/noimpl.go:30–30  ·  view source on GitHub ↗

NoImplStorage is an implementation of Storage that returns a not implemented error for all operations.

Source from the content-addressed store, hash-verified

28// NoImplStorage is an implementation of Storage that returns a not
29// implemented error for all operations.
30type NoImplStorage struct{}
31
32var _ Storage = NoImplStorage{}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected