probed icon indicating copy to clipboard operation
probed copied to clipboard

Rearrange the project structure to have packages

Open rShetty opened this issue 6 years ago • 2 comments

rShetty avatar Mar 04 '18 19:03 rShetty

Could I grab this? Please elaborate more.

wisn avatar Aug 27 '18 15:08 wisn

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

palash25 avatar Oct 09 '18 21:10 palash25