Versions in this module Expand all Collapse all v0 v0.0.7 May 30, 2024 v0.0.6 Apr 10, 2024 v0.0.5 Apr 6, 2024 Changes in this version + const MAFTER + const MBEFORE + const MREPL v0.0.4 Apr 17, 2021 v0.0.3 Apr 9, 2021 v0.0.2 Jun 20, 2019 v0.0.1 Jun 19, 2019 Changes in this version + const AEXEC + const AEXIST + const AREAD + const AWRITE + const DMAPPEND + const DMAUTH + const DMDEVICE + const DMDIR + const DMEXCL + const DMEXEC + const DMMOUNT + const DMNAMEDPIPE + const DMREAD + const DMSETGID + const DMSETUID + const DMSOCKET + const DMSYMLINK + const DMTMP + const DMWRITE + const IOHDRSIZE + const IOHDRSZ + const MAXWELEM + const NOFID + const NOTAG + const NOUID + const OAPPEND + const OCEXEC + const ODIRECT + const OEXCL + const OEXEC + const OLOCK + const ONONBLOCK + const ORCLOSE + const ORDWR + const OREAD + const OTRUNC + const OWRITE + const QTAPPEND + const QTAUTH + const QTDIR + const QTEXCL + const QTFILE + const QTMOUNT + const QTSYMLINK + const QTTMP + const Rattach + const Rauth + const Rclunk + const Rcreate + const Rerror + const Rflush + const Ropen + const Rread + const Rremove + const Rstat + const Rversion + const Rwalk + const Rwrite + const Rwstat + const STATMAX + const Tattach + const Tauth + const Tclunk + const Tcreate + const Terror + const Tflush + const Tmax + const Topen + const Tread + const Tremove + const Tstat + const Tversion + const Twalk + const Twrite + const Twstat + const VERSION9P + func WriteFcall(w io.Writer, f *Fcall) error + type Dir struct + Atime uint32 + Dev uint32 + Gid string + Length uint64 + Mode Perm + Mtime uint32 + Muid string + Name string + Qid Qid + Type uint16 + Uid string + func UnmarshalDir(b []byte) (d *Dir, err error) + func (d *Dir) Bytes() ([]byte, error) + func (d *Dir) Null() + func (d *Dir) String() string + type Fcall struct + Afid uint32 + Aname string + Aqid Qid + Count uint32 + Data []byte + Ename string + Errno uint32 + Extension string + Fid uint32 + Iounit uint32 + Mode uint8 + Msize uint32 + Name string + Newfid uint32 + Offset uint64 + Oldtag uint16 + Perm Perm + Qid Qid + Stat []byte + Tag uint16 + Type uint8 + Uid uint32 + Uname string + Version string + Wname []string + Wqid []Qid + func ReadFcall(r io.Reader) (*Fcall, error) + func UnmarshalFcall(b []byte) (f *Fcall, err error) + func (f *Fcall) Bytes() ([]byte, error) + func (f *Fcall) String() string + type Perm uint32 + func (p Perm) String() string + type ProtocolError string + func (e ProtocolError) Error() string + type Qid struct + Path uint64 + Type uint8 + Vers uint32 + func (q Qid) String() string