Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NoAuthRequired = errors.New("no authentication required") ErrAuth = errors.New("authentication failed") ErrBadOffset = errors.New("bad offset") ErrBadUseFid = errors.New("bad use of fid") ErrNoCreate = errors.New("create prohibited") ErrNoRemove = errors.New("remove prohibited") ErrNoStat = errors.New("stat prohibited") ErrNoWrite = errors.New("write prohibited") ErrNoWstat = errors.New("wstat prohibited") ErrPerm = errors.New("permission denied") ErrWalkNoDir = errors.New("walk in non-directory") )
View Source
var (
Version = "9P2000"
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.