jalapeno-api-gateway / jagw

Microservices for the gateway
MIT License
2 stars 2 forks source link

Refactor to gobmp fields #13

Closed severindellsperger closed 4 months ago

severindellsperger commented 4 months ago

I've made significant changes to the Jagw service to make it easier to adjust fields in the future. The internal topology model definitions have been replaced with the gobmp fields, which makes sense because the Arango contains exactly these fields.

These changes cover almost all gobmp fields. Some deep-nested TLVs were not included, as I'm unsure if anyone will need them. If they are needed, we can always introduce them later. With this update, we are one step closer to supporting all fields mentioned in #6. Please take a look at the changes and review them.