index
:
go-fis-api
main
Golang Backend API for FIS (File Integrity Surveillance) Application
Saumit Dinesan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-21
Update Go version and dependencies to the latest versions
Saumit Dinesan
2023-12-21
handlers - better error handling
Saumit Dinesan
2023-12-21
server.go : using constanst for default values
Saumit Dinesan
2023-11-29
handlers - formatting using go fmt
Saumit Dinesan
2023-11-28
handlers - adding log for ID not Found error
Saumit Dinesan
2023-11-28
verification response as int
Saumit Dinesan
2023-11-28
server.go : remove fmt
Saumit Dinesan
2023-11-28
Updaing README.md - Verification complete
Saumit Dinesan
2023-11-28
test - Adding /upload /verify endpoint test file
Saumit Dinesan
2023-11-28
Integrating go dotenv for environment configuration and improve server setup
Saumit Dinesan
2023-11-28
Adding .gitignore
Saumit Dinesan
2023-11-28
handlers - Adding VerifyHash handler
Saumit Dinesan
2023-11-28
handlers - no variables + removing comments
Saumit Dinesan
2023-11-28
Refactoring project - Introducing handlers,models and utils- Updating previou...
Saumit Dinesan
2023-09-07
Correctly formatting source files using go fmt
Saumit Dinesan
2023-09-05
Applying Blake2b Hash to multiple files
Saumit Dinesan
2023-09-05
Adding Blake2 Hashing with /hasher endpoint
Saumit Dinesan
2023-09-04
Refactoring code
Saumit Dinesan
2023-09-04
Updating README + Creating idgen package and importing it
Saumit Dinesan
2023-09-04
Adding LICENSE and README.md
Saumit Dinesan
2023-09-04
Removing Comments
Saumit Dinesan
2023-09-04
Initial trial - Hello World greeting w Query
Saumit Dinesan
2023-09-04
Initial trial - Hello World greeting w params
Saumit Dinesan
2023-09-04
Initial trial - Hello World Message
Saumit Dinesan