mirror of https://github.com/pkg/sftp.git
6 lines
93 B
Go
6 lines
93 B
Go
|
package sftp
|
||
|
|
||
|
type FileActor interface{}
|
||
|
type Renamer interface{}
|
||
|
type ReadDirer interface{}
|