Commit 9a4a84b7 authored by Brian Tiger Chow's avatar Brian Tiger Chow

misc(blockstore) comment

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent c5a445d7
......@@ -14,6 +14,7 @@ import (
var ValueTypeMismatch = errors.New("The retrieved value is not a Block")
// Blockstore wraps a ThreadSafeDatastore
type Blockstore interface {
DeleteBlock(u.Key) error
Has(u.Key) (bool, error)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment