arch-go
arch-go copied to clipboard
Make use of `github.com/go-playground/validator/v10` to validate configuration
As of now the configuration is validated manually. We could do it better by making use of github.com/go-playground/validator/v10 and its tags. This way, we can drop a big amount of code and simplify the existing code base.
@fdaines, @DGuhr: Any vetoes?