Documentation ¶
Index ¶
Constants ¶
View Source
const RootPathDataFile = "data.bin"
View Source
const RootPathSidecarFile = "sidecar.bin"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlobStore ¶
type BlobStore struct {
// contains filtered or unexported fields
}
func NewBlobStore ¶
type InMemory ¶
type InMemory struct {
// contains filtered or unexported fields
}
type RootPathOsFs ¶
type RootPathOsFs struct {
Root string
}
type SidecarBlobStore ¶
type SidecarBlobStore struct {
// contains filtered or unexported fields
}
func NewSidecarBlobStore ¶
func NewSidecarBlobStore(f Freezer) *SidecarBlobStore
Click to show internal directories.
Click to hide internal directories.