Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BlobUploadDir defines the upload directory for blob uploads. BlobUploadDir = ".uploads" SchemaVersion = 2 DefaultFilePerms = 0o600 DefaultDirPerms = 0o700 RLOCK = "RLock" RWLOCK = "RWLock" BlobsCache = "blobs" DuplicatesBucket = "duplicates" OriginalBucket = "original" DBExtensionName = ".db" DBCacheLockCheckTimeout = 10 * time.Second BoltdbName = "cache" ReferrerFilterAnnotation = "org.opencontainers.references.filtersApplied" DynamoDBDriverName = "dynamodb" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.