Documentation ¶
Overview ¶
Package stores is copy pasted from go-fil-markets stores package - there is no novel code here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotFound = errors.New("not found")
Functions ¶
func IsNotFound ¶
Types ¶
type ReadOnlyBlockstores ¶
type ReadOnlyBlockstores struct {
// contains filtered or unexported fields
}
ReadOnlyBlockstores tracks open read blockstores.
func NewReadOnlyBlockstores ¶
func NewReadOnlyBlockstores() *ReadOnlyBlockstores
func (*ReadOnlyBlockstores) Get ¶
func (r *ReadOnlyBlockstores) Get(key string) (bstore.Blockstore, error)
func (*ReadOnlyBlockstores) Track ¶
func (r *ReadOnlyBlockstores) Track(key string, bs bstore.Blockstore) bool
func (*ReadOnlyBlockstores) Untrack ¶
func (r *ReadOnlyBlockstores) Untrack(key string) error
Click to show internal directories.
Click to hide internal directories.