MCPcopy
hub / github.com/pocketbase/pocketbase / DriverReader

Interface DriverReader

tools/filesystem/blob/driver.go:24–30  ·  view source on GitHub ↗

DriverReader reads an object from the blob.

Source from the content-addressed store, hash-verified

22
23// DriverReader reads an object from the blob.
24type DriverReader interface {
25 io.ReadCloser
26
27 // Attributes returns a subset of attributes about the blob.
28 // The portable type will not modify the returned ReaderAttributes.
29 Attributes() *ReaderAttributes
30}
31
32// DriverWriter writes an object to the blob.
33type DriverWriter interface {

Callers

nothing calls this directly

Implementers 6

Systemtools/filesystem/filesystem.go
Buckettools/filesystem/blob/bucket.go
drivertools/filesystem/internal/s3blob/s3blo
readertools/filesystem/internal/s3blob/s3blo
drivertools/filesystem/internal/fileblob/fil
readertools/filesystem/internal/fileblob/fil

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…