diff --git a/Development.md b/Development.md index c5b46de..cc6badf 100644 --- a/Development.md +++ b/Development.md @@ -1,5 +1,10 @@ -# Useful Code +# Useful Codebase - [handlers/routes.go](https://github.com/statping/statping/blob/master/handlers/routes.go) - Contains all the HTTP request routes +- [cmd/commands.go](https://github.com/statping/statping/blob/master/cmd/commands.go) - CLI Commands + +- [types/service/struct.go](https://github.com/statping/statping/blob/master/types/services/struct.go) - Service struct +- [types/core/struct.go](https://github.com/statping/statping/blob/master/types/core/struct.go) - Core struct + # Deployment Process Statping is a pretty cool server for monitoring your services. The way we deploy might be a little cooler though. Statping is using the most bleeding edge technology to release updates and distribute binary files automatically.