Documentation
¶
Index ¶
- Variables
- func NewFS(w io.Writer, mountpoint string)
- type Dir
- func (d *Dir) Config() []byte
- func (d *Dir) GetDepth() uint32
- func (d *Dir) GetNode() *Node
- func (d *Dir) GetPrefix(depth ...int) string
- func (d *Dir) GetSourceRoot() string
- func (d *Dir) List()
- func (d *Dir) Lookup(ctx context.Context, req *fuse.LookupRequest, resp *fuse.LookupResponse) (fs.Node, error)
- func (d *Dir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error)
- func (d *Dir) Search(query string)
- type Entity
- type File
- type Node
- type WFS
Constants ¶
This section is empty.
Variables ¶
View Source
var SourceType string
Functions ¶
Types ¶
type Dir ¶
func (*Dir) GetSourceRoot ¶
type File ¶
func (*File) GetSourceRoot ¶
func (*File) Read ¶
func (f *File) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse) error
type Node ¶
Click to show internal directories.
Click to hide internal directories.