Documentation
¶
Overview ¶
Program blobd exports a blob.Store via JSON-RPC.
By default, building or installing this tool includes a minimal set of storage backends, "file" and "memory. To build with additional storage support, add build tags for each, for example:
go install -tags badger,s3 github.com/creachadair/ffs/cmd/blobd@latest
To include all available storage implementations, use the tag "all".
Click to show internal directories.
Click to hide internal directories.