Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrAlreadyExist is the error returned when data added in the store // already exists. // // This error has been DEPRECATED and will be removed in 1.5. Please switch // usage directly to `errdefs.ErrAlreadyExists`. ErrAlreadyExist = errdefs.ErrAlreadyExists // ErrNotExist is the error returned when data is not in the store. // // This error has been DEPRECATED and will be removed in 1.5. Please switch // usage directly to `errdefs.ErrNotFound`. ErrNotExist = errdefs.ErrNotFound )
Functions ¶
This section is empty.
Types ¶
Directories ¶
Path | Synopsis |
---|---|
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id.
|
Package truncindex provides a general 'index tree', used by Docker in order to be able to reference containers by only a few unambiguous characters of their id. |
Click to show internal directories.
Click to hide internal directories.