Documentation ¶
Index ¶
- type GrpcFs
- func (fs *GrpcFs) Access(name string, mode uint32, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Chmod(name string, mode uint32, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Chown(name string, uid uint32, gid uint32, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Create(name string, flags uint32, mode uint32, ctx *fuse.Context) (nodefs.File, fuse.Status)
- func (fs *GrpcFs) GetAttr(name string, ctx *fuse.Context) (*fuse.Attr, fuse.Status)
- func (fs *GrpcFs) GetXAttr(name string, attribute string, ctx *fuse.Context) ([]byte, fuse.Status)
- func (fs *GrpcFs) Link(oldName string, newName string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) ListXAttr(name string, ctx *fuse.Context) ([]string, fuse.Status)
- func (fs *GrpcFs) Mkdir(name string, mode uint32, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Mknod(name string, mode uint32, dev uint32, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) OnMount(nodeFs *pathfs.PathNodeFs)
- func (fs *GrpcFs) OnUnmount()
- func (fs *GrpcFs) Open(name string, flags uint32, ctx *fuse.Context) (nodefs.File, fuse.Status)
- func (fs *GrpcFs) OpenDir(name string, ctx *fuse.Context) ([]fuse.DirEntry, fuse.Status)
- func (fs *GrpcFs) Readlink(name string, ctx *fuse.Context) (string, fuse.Status)
- func (fs *GrpcFs) RemoveXAttr(name string, attr string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Rename(oldName string, newName string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Rmdir(name string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) SetDebug(debug bool)
- func (fs *GrpcFs) SetXAttr(name string, attr string, data []byte, flags int, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) StatFs(name string) *fuse.StatfsOut
- func (fs *GrpcFs) String() string
- func (fs *GrpcFs) Symlink(value string, linkName string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Truncate(name string, size uint64, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Unlink(name string, ctx *fuse.Context) fuse.Status
- func (fs *GrpcFs) Utimens(name string, Atime *time.Time, Mtime *time.Time, ctx *fuse.Context) fuse.Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcFs ¶
type GrpcFs struct {
// contains filtered or unexported fields
}
func New ¶
func New(c pb.PathFSClient) *GrpcFs
func (*GrpcFs) OnMount ¶
func (fs *GrpcFs) OnMount(nodeFs *pathfs.PathNodeFs)
func (*GrpcFs) RemoveXAttr ¶
Click to show internal directories.
Click to hide internal directories.