MCPcopy
hub / github.com/pocketbase/pocketbase / driver

Struct driver

tools/filesystem/internal/fileblob/fileblob.go:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type driver struct {
130 opts *Options
131 dir string
132}
133
134// Close implements [blob/Driver.Close].
135func (drv *driver) Close() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected