package storage import "errors" var ErrNotFound = errors.New("not found") var ErrNotImpl = errors.New("not implemented")