Documentation
¶
Overview ¶
Package pfs implements the pCloud API as a fs.FS interface At the moment this is a prototype and should not be used by other packages! Because the API is not stable yet and the implementation is not complete.
Index ¶
- type FS
- type File
- func (f File) Close() error
- func (f File) Info() (fs.FileInfo, error)
- func (f File) IsDir() bool
- func (f File) ModTime() time.Time
- func (f File) Mode() fs.FileMode
- func (f File) Name() string
- func (f File) Read(b []byte) (int, error)
- func (f File) ReadDir(n int) ([]fs.DirEntry, error)
- func (f File) Size() int64
- func (f File) Stat() (os.FileInfo, error)
- func (f File) Sys() any
- func (f File) Type() fs.FileMode
- type FileStat
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
}
FS implements the fs.Fs interface for pCloud-files
Click to show internal directories.
Click to hide internal directories.