Closed jdockerty closed 6 months ago
Restructure to split things out for understanding and testability.
Prior to this, everything was bunged into cmd/server/server.go. This is now split out into various packages that can be individually tested.
cmd/server/server.go
There is still some work to do on integration/e2e testing, but this is certainly much better than nothing.
Restructure to split things out for understanding and testability.
Prior to this, everything was bunged into
cmd/server/server.go
. This is now split out into various packages that can be individually tested.There is still some work to do on integration/e2e testing, but this is certainly much better than nothing.