package
0.0.0-20241208181750-16191314f250
Repository: https://github.com/yashsharma1911/file-store-service.git
Documentation: pkg.go.dev

# Functions

AddFileToWriter takes file path and write it to multipart writer and return error.
CountWords counts the words in string Spaces does not count Example "New System" return 2.
DefaultParams return default parameters [limit | 10] [order | "asc"/"dsc"].
MakeRequest is a generic function to make HTTP requests.