Versions in this module Expand all Collapse all v0 v0.11.0 Jul 24, 2020 Changes in this version + var ErrNilStorage = errors.New("object storage is nil") + var ErrNotFound = errors.New("object not found") + type Address = object.Address + type Object = object.Object + type Storage interface + Delete func(Address) error + Get func(Address) (*Object, error) + Put func(*Object) (*Address, error)