Documentation
¶
Index ¶
- func ExtractURL(file string) *url.URL
- func GetFileSystemFromFile(file string) (fs.FileSystem, error)
- func LinuxPath(path string) string
- func MakeFile(file string) (fs.File, fs.FileSystem, error)
- func MkToFile(fromBase string, toBase string, file fs.File) fs.File
- func RelativeFilePath(fromBase string, toBase string, localFilePath string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractURL ¶
func GetFileSystemFromFile ¶
func GetFileSystemFromFile(file string) (fs.FileSystem, error)
func MakeFile ¶
Given a file path as a string (remote/local etc.) return a specific implementation of its filesystem.File representation, and a handle to the underling fs handler
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.