Documentation ¶
Index ¶
- func Namespace() string
- type Conn
- type Error
- type Fid
- func (fid *Fid) Close() error
- func (fid *Fid) Create(name string, mode uint8, perm plan9.Perm) error
- func (fid *Fid) Dirread() ([]*plan9.Dir, error)
- func (fid *Fid) Dirreadall() ([]*plan9.Dir, error)
- func (fid *Fid) Open(mode uint8) error
- func (fid *Fid) Qid() plan9.Qid
- func (fid *Fid) Read(b []byte) (n int, err error)
- func (fid *Fid) ReadAt(b []byte, offset int64) (n int, err error)
- func (fid *Fid) ReadFull(b []byte) (n int, err error)
- func (fid *Fid) Remove() error
- func (fid *Fid) Seek(n int64, whence int) (int64, error)
- func (fid *Fid) Stat() (*plan9.Dir, error)
- func (fid *Fid) Walk(name string) (*Fid, error)
- func (fid *Fid) Write(b []byte) (n int, err error)
- func (fid *Fid) WriteAt(b []byte, offset int64) (n int, err error)
- func (fid *Fid) Wstat(d *plan9.Dir) error
- type Fsys
- func (fs *Fsys) Access(name string, mode int) error
- func (fs *Fsys) Create(name string, mode uint8, perm plan9.Perm) (*Fid, error)
- func (fs *Fsys) Open(name string, mode uint8) (*Fid, error)
- func (fs *Fsys) Remove(name string) error
- func (fs *Fsys) Stat(name string) (*plan9.Dir, error)
- func (fs *Fsys) Wstat(name string, d *plan9.Dir) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Fid ¶
type Fid struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.