package
Version:
v0.0.0-...-3d0f1d1
Opens a new window with list of versions in this module.
Published: Jan 25, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FSEntry struct {
Name string `json:"name"`
Path string `json:"path"`
IsDir bool `json:"is_dir"`
Size int64 `json:"size"`
ModTime int64 `json:"mod_time"`
}
type MkdirOptions struct {
Dir string `json:"dir"`
}
type Status struct {
Ok bool `json:"ok"`
}
type WatchFSEvent struct {
Path string `json:"path"`
Create bool `json:"create"`
Write bool `json:"write"`
Remove bool `json:"remove"`
Rename bool `json:"rename"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.