Documentation
¶
Index ¶
- type AFSProxy
- func (inst *AFSProxy) CreateTempFile(prefix, suffix string, dir afs.Path) (afs.Path, error)
- func (inst *AFSProxy) FS() afs.FS
- func (inst *AFSProxy) ListRoots() []afs.Path
- func (inst *AFSProxy) NewPath(path string) afs.Path
- func (inst *AFSProxy) NewURI(u afs.URI) (afs.Path, error)
- func (inst *AFSProxy) PathSeparator() string
- func (inst *AFSProxy) Separator() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AFSProxy ¶
type AFSProxy struct {
// contains filtered or unexported fields
}
AFSProxy ...
func (*AFSProxy) CreateTempFile ¶
CreateTempFile ...
func (*AFSProxy) PathSeparator ¶
PathSeparator return ';'(windows) | ':'(unix)
Click to show internal directories.
Click to hide internal directories.