Documentation
¶
Index ¶
- type FS
- func (fs *FS) CreateDir(path string) error
- func (fs *FS) CreateFile(path, content string) error
- func (fs *FS) DeleteDir(path string) error
- func (fs *FS) DeleteFile(path string) error
- func (fs *FS) ListDir(path string) ([]FileInfo, error)
- func (fs *FS) ReadFile(path string) (string, error)
- func (fs *FS) Tools(ctx context.Context) ([]tool.Tool, error)
- type FileInfo
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 (*FS) CreateFile ¶
func (*FS) DeleteFile ¶
Click to show internal directories.
Click to hide internal directories.