Documentation
¶
Overview ¶
Implements a 9p file system that talks to a docker daemon.
Index ¶
- type Fs
- func (f *Fs) Close() error
- func (f *Fs) CreateFile(ctx context.Context, path string, flag ninep.OpenMode, mode ninep.Mode) (ninep.FileHandle, error)
- func (f *Fs) Delete(ctx context.Context, path string) error
- func (f *Fs) ListDir(ctx context.Context, path string) iter.Seq2[fs.FileInfo, error]
- func (f *Fs) MakeDir(ctx context.Context, path string, mode ninep.Mode) error
- func (f *Fs) OpenFile(ctx context.Context, path string, flag ninep.OpenMode) (ninep.FileHandle, error)
- func (f *Fs) Stat(ctx context.Context, path string) (fs.FileInfo, error)
- func (f *Fs) WriteStat(ctx context.Context, path string, stat ninep.Stat) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.