Documentation ¶
Overview ¶
Package disk implements storage on disk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Disk ¶
type Disk struct {
// contains filtered or unexported fields
}
Disk is the base disk type.
func NewStorage ¶
NewStorage returns new storage struct.
func (*Disk) IsItemExist ¶
IsItemExist checks if item in the storage.
Click to show internal directories.
Click to hide internal directories.