mirror of
https://github.com/kopia/kopia.git
synced 2026-01-18 11:27:55 -05:00
This updates the terminology everywhere - blocks become blobs and `storage.Storage` becomes `blob.Storage`. Also introduced blob.ID which is a specialized string type, that's different from CABS block ID. Also renamed CLI subcommands from `kopia storage` to `kopia blob`. While at it introduced `block.ErrBlockNotFound` and `object.ErrObjectNotFound` that do not leak from lower layers.
3 lines
93 B
Go
3 lines
93 B
Go
// Package blobtesting is used for testing BLOB storage implementations.
|
|
package blobtesting
|