Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Mar 11, 2024
1 parent b970d58 commit 8c8a0db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions http/filestream/filestream.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ func readFile(fileReader *multipart.Part, fileWriterFunc FileWriterFunc) (err er
return err
}

// The expected type of function that should be provided to the WriteFilesToStream func, that returns the reader that should handle each file
type FileReaderFunc func(fileName string) (writer io.ReadCloser, err error)

type FileInfo struct {
Name string
Path string
Expand Down

0 comments on commit 8c8a0db

Please sign in to comment.