Versions in this module Expand all Collapse all v0 v0.0.2 Dec 15, 2025 v0.0.1 Nov 25, 2025 Changes in this version + func Abort(t testing.TB, s blobcache.Service, txh blobcache.Handle) + func BeginTx(t testing.TB, s blobcache.Service, volh blobcache.Handle, ...) blobcache.Handle + func Commit(t testing.TB, s blobcache.Service, txh blobcache.Handle) + func CreateOnSameHost(t testing.TB, s blobcache.Service, base blobcache.Handle, ...) (blobcache.Handle, blobcache.FQOID) + func CreateVolume(t testing.TB, s blobcache.Service, host *blobcache.Endpoint, ...) blobcache.Handle + func Delete(t testing.TB, s blobcache.Service, txh blobcache.Handle, cid blobcache.CID) + func Endpoint(t testing.TB, s blobcache.Service) blobcache.Endpoint + func Exists(t testing.TB, s blobcache.Service, txh blobcache.Handle, cid blobcache.CID) bool + func Get(t testing.TB, s blobcache.Service, txh blobcache.Handle, cid blobcache.CID, ...) int + func GetBytes(t testing.TB, s blobcache.Service, txh blobcache.Handle, cid blobcache.CID, ...) []byte + func IsVisited(t testing.TB, s blobcache.Service, txh blobcache.Handle, cids []blobcache.CID) []bool + func Link(t testing.TB, s blobcache.Service, txh blobcache.Handle, volh blobcache.Handle, ...) + func Load(t testing.TB, s blobcache.Service, txh blobcache.Handle) []byte + func Modify(t testing.TB, s blobcache.Service, volh blobcache.Handle, ...) + func Post(t testing.TB, s blobcache.Service, txh blobcache.Handle, data []byte, ...) blobcache.CID + func Save(t testing.TB, s blobcache.Service, txh blobcache.Handle, data []byte) + func SaveCommit(t testing.TB, s blobcache.Service, txh blobcache.Handle, data []byte) + func ServiceAPI(t *testing.T, mk func(t testing.TB) blobcache.Service) + func TestManyBlobs(t *testing.T, singleTx bool, mk func(t testing.TB) blobcache.Service) + func TestMultiNode(t *testing.T, mk func(t testing.TB, n int) []blobcache.Service) + func TxAPI(t *testing.T, mk func(t testing.TB) (blobcache.Service, blobcache.Handle)) + func Unlink(t testing.TB, s blobcache.Service, txh blobcache.Handle, volh blobcache.Handle, ...) + func Visit(t testing.TB, s blobcache.Service, txh blobcache.Handle, cids []blobcache.CID)