lucdoe / opengateway

API Gateway written in Go for small to mid-sized projects. Easy setup, extendable with plugins, and fully customisable.
Apache License 2.0
5 stars 0 forks source link

Build parser for YAML config file #3

Closed lucdoe closed 1 month ago

lucdoe commented 1 month ago

The config file for the Gateway should be specified as YAML. This issue aims to create a parser that turns the YAML into Go structs to develop the services and routes out of that.