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
path:
root
/
server.go
Age
Commit message (
Expand
)
Author
2023-12-26
server.go & handlers: Add health check on / endpoint to show API running status
Saumit Dinesan
2023-12-25
server.go & env.example: remove unused variables, explicit checks for cert an...
Saumit Dinesan
2023-12-24
server.go & README.md : use certpath and keypath in .env, Updating README wit...
Saumit Dinesan
2023-12-21
server.go : declared but not used
Saumit Dinesan
2023-12-21
server.go : using constanst for default values
Saumit Dinesan
2023-11-28
server.go : remove fmt
Saumit Dinesan
2023-11-28
Integrating go dotenv for environment configuration and improve server setup
Saumit Dinesan
2023-11-28
handlers - Adding VerifyHash handler
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