Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source var ( ErrNotFound = errors.New("artifact not found") ErrAlreadyExists = errors.New("artifact already exists") ErrWriteLocked = errors.New("artifact is locked for write") ErrReadLocked = errors.New("artifact is locked for read") ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files errors.go Click to show internal directories. Click to hide internal directories.