Registry / networking / ipfs-go-filestore

ipfs-go-filestore

JSON →
library1.2.1gogounverified

Blockstore that reads blocks directly from filesystem locations instead of storing them.

go get github.com/ipfs/go-filestore
INSTALL
IMPORT
SIG · IPFS-GO-FILESTORE
I
ipfs-go-filestore
networkinggov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

filestore
github.com/ipfs/go-filestore

Creates a new FileManager for a filestore.

package main import ( "fmt" "github.com/ipfs/go-filestore" ) func main() { // Example usage: create a filestore from a path fs, err := filestore.NewFileManager(nil, "/tmp/filestore") if err != nil { fmt.Println(err) return } fmt.Println(fs) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ipfs-go-filestore — go get ipfs-go-filestore · libregistry