This PR aims to add examples for interacting with remote file servers using gofr
Closes #990
Additional Information:
This PR includes the usage of AddFileStore function to configure a remote file server in gofr and uses the api's available to interact with the remote directory.
Checklist:
[x] I have formatted my code using goimport and golangci-lint.
[x] All new code is covered by unit tests.
[x] This PR does not decrease the overall code coverage.
[x] I have reviewed the code comments and documentation for clarity.
Pull Request Template
Description:
Additional Information:
This PR includes the usage of AddFileStore function to configure a remote file server in gofr and uses the api's available to interact with the remote directory. Checklist:
[x] I have formatted my code using
goimport
andgolangci-lint
.[x] All new code is covered by unit tests.
[x] This PR does not decrease the overall code coverage.
[x] I have reviewed the code comments and documentation for clarity.
Thank you for your contribution!