Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Archive ¶
type Archive struct {
// contains filtered or unexported fields
}
type CacheManager ¶
type CacheManager struct {
// contains filtered or unexported fields
}
func NewCacheManager ¶
func NewCacheManager(cacheSizeLimit uint64) *CacheManager
type OpenOptions ¶
type OpenOptions struct { S3Client *s3.Client S3Bucket string Name string BlobmapCache *blobmapcache.BlobmapCache WorkDir string }
Click to show internal directories.
Click to hide internal directories.