Documentation
¶
Overview ¶
Package cgofuse implements a wrapper around fs.FS to make it compatible with the fuse.FileSystemHost interface.
Index ¶
Constants ¶
View Source
const (
HostID filesystem.Host = "FUSE"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Host ¶
type Host struct {
Point string `json:"point,omitempty"`
LogPrefix string `json:"logPrefix,omitempty"`
Options []string `json:"options,omitempty"`
UID uint32 `json:"uid,omitempty"`
GID uint32 `json:"gid,omitempty"`
ReaddirPlus bool `json:"readdirPlus,omitempty"`
DeleteAccess bool `json:"deleteAccess,omitempty"`
CaseInsensitive bool `json:"caseInsensitive,omitempty"`
// contains filtered or unexported fields
}
Host is the cgofuse specific parameters of a mount point.
func (*Host) HostID ¶
func (mh *Host) HostID() filesystem.Host
func (*Host) ParseField ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.