Documentation ¶
Overview ¶
Package iofs provides a glue layer between fs.FS and lib9p.FS The resulting file system is readonly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
func NewFS ¶
NewFS converts the fs.FS to FS It can then be used as the lib9p.FS argument for lib9p.NewServer.
func (*FS) IsGroupLeader ¶ added in v0.4.0
This function assumes that group and uid both exist and the leader of group has the same name as group itself.
func (*FS) IsGroupMember ¶ added in v0.4.0
This function assumes that group and uid both exists and only the member of group has the same name as group itself.
type File ¶
type File struct {
// contains filtered or unexported fields
}
type QidPool ¶
type QidPool struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.