Skip to content

Commit

Permalink
mark RealPathFileLister as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
drakkan committed Mar 2, 2022
1 parent 98b35dc commit 03407a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions request-interfaces.go
Expand Up @@ -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
Expand Down

0 comments on commit 03407a7

Please sign in to comment.