We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e472e0f commit c85ebecCopy full SHA for c85ebec
datastore.go
@@ -79,7 +79,7 @@ type FileStorage interface {
79
OpenFile(fileIdentifier string) (b []byte, fileid string, fullURL string, err error)
80
GetURL(fileIdentifier string) (fullURL string)
81
// always returning bytes might be a little expensive, but it makes the interface much more reasonable
82
- SaveFile(fileIdentifier string, b io.Reader) (fileid string, fullURL string, err error)
+ SaveFile(fileIdentifier string, b io.Reader, sanitizePath bool) (fileid string, fullURL string, err error)
83
}
84
85
// type Logger struct {
0 commit comments