jdockerty / jsonnet-playground

Playground for Jsonnet, inspired by Go/Rust projects of similar names.
https://jsonnet.jdocklabs.co.uk
MIT License
2 stars 0 forks source link

feat: restructure/testing #21

Closed jdockerty closed 6 months ago

jdockerty commented 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.

There is still some work to do on integration/e2e testing, but this is certainly much better than nothing.