package ufs

import "github.com/docker/go-p9p/ufs"

+build linux

Index

Functions

func NewSession

func NewSession(ctx context.Context, root string) (p9p.Session, error)

Types

type FileRef

type FileRef struct {
	sync.Mutex
	Path    string
	Info    p9p.Dir
	File    *os.File
	Readdir *p9p.Readdir
}

func (*FileRef) IsDir

func (f *FileRef) IsDir() bool

func (*FileRef) Stat

func (f *FileRef) Stat() error

Source Files

fileref.go session.go util.go util_linux.go

Version
v0.0.0-20191112112554-37d97cf40d03 (latest)
Published
Nov 12, 2019
Platform
linux/amd64
Imports
11 packages
Last checked
11 hours ago

Tools for package owners.