package
Version:
v0.0.0-...-9b4e594
Opens a new window with list of versions in this module.
Published: May 19, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FileServer interface {
Glob(context.Context, string) ([]string, error)
Open(context.Context, string) (io.ReadSeekCloser, error)
Move(context.Context, string, string) error
Stat(context.Context, string) (fs.FileInfo, error)
AcquireLock(context.Context, string) (Locker, error)
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.