Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotImplemented = errors.New("Browser not implemented Storage") ErrNotAStorage = errors.New("Object is not a Storage object") )
Functions ¶
Types ¶
type StorageFrom ¶
type StorageFrom interface {
Storage_() Storage
}
Click to show internal directories.
Click to hide internal directories.