mirror of https://github.com/statping/statping
Updated Development (markdown)
parent
77c7617ceb
commit
aef858aaa2
|
@ -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
|
- [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
|
# 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue