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) PathSeparator() string
- func (inst *AFSProxy) Separator() string
- func (inst *AFSProxy) SetDefaultOptionsHandler(fn afs.OptionsHandlerFunc) error
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)
func (*AFSProxy) SetDefaultOptionsHandler ¶
func (inst *AFSProxy) SetDefaultOptionsHandler(fn afs.OptionsHandlerFunc) error
SetDefaultOptionsHandler 设置一个函数,用来处理默认的I/O选项
Click to show internal directories.
Click to hide internal directories.