gojekfarm / probed

A unix daemon to perform health check on proxy backends.
Apache License 2.0
26 stars 9 forks source link

Rearrange the project structure to have packages #9

Open rShetty opened 6 years ago

wisn commented 6 years ago

Could I grab this? Please elaborate more.

palash25 commented 6 years ago

Is this what you have in mind? @rShetty

probed
  |_clients
  |   |_client.go
  |   |_kong.go
  |   |_kong_test.go
  |
  |_workers
  |   |_work.go
  |   |_worker.go
  |   |_work_test.go
  |
  |_healthcheck
  |   |_kong_healthcheck.go
  |   |_kong_healthcheck_test.go
  |
  |_main.go
  |_mock_test.go