updated dependencies
This commit is contained in:
parent
088bd1f03e
commit
e95910d920
148 changed files with 18553 additions and 2442 deletions
2
vendor/github.com/pkg/sftp/request-interfaces.go
generated
vendored
2
vendor/github.com/pkg/sftp/request-interfaces.go
generated
vendored
|
|
@ -90,6 +90,8 @@ type LstatFileLister interface {
|
|||
// We use "/" as start directory for relative paths, implementing this
|
||||
// interface you can customize the start directory.
|
||||
// You have to return an absolute POSIX path.
|
||||
//
|
||||
// Deprecated: if you want to set a start directory use WithStartDirectory RequestServerOption instead.
|
||||
type RealPathFileLister interface {
|
||||
FileLister
|
||||
RealPath(string) string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue