Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileInfoCache ¶
type FileInfoCache interface { Put(parent fuseops.InodeID, name string, fi *iso9660.FileInfo) Get(parent fuseops.InodeID, name string) (*iso9660.FileInfo, bool) }
func NewFileInfoCache ¶
func NewFileInfoCache(maxEntries int64) (FileInfoCache, error)
type Options ¶
type Options struct {
AllowOtherUsers bool `help:"Allow other users to access the fuse mount"`
}
Config is used to configure a Server
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewWithOptions ¶
NewServer creates an instance of an isofuse server
type Volume ¶
type Volume interface { Image() storage.AnonymousObject OpenExtent(lba iso9660.LogicalBlockAddress) (storage.Object, error) }
Click to show internal directories.
Click to hide internal directories.