Documentation ¶
Index ¶
- type FS
- func (fs *FS) Attach(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Auth(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Clunk(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Create(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Flush(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) GetFid(fid uint32, ctx *vfs.Context) interface{}
- func (fs *FS) Open(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Read(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) ReleaseContext(ctx *vfs.Context) error
- func (fs *FS) ReleaseFid(fid uint32, ctx *vfs.Context) error
- func (fs *FS) Remove(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) SetFid(ctx *vfs.Context, fid uint32, val interface{})
- func (fs *FS) Stat(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) ValidFid(fc *plan9.Fcall, ctx *vfs.Context) bool
- func (fs *FS) Version(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Walk(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Write(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
- func (fs *FS) Wstat(fc *plan9.Fcall, ctx *vfs.Context) *plan9.Fcall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.