openfga / language

Grammar for the OpenFGA modeling language
https://openfga.dev
Apache License 2.0
17 stars 7 forks source link

feat(go): implement transformation of module into a model #185

Closed ewanharris closed 7 months ago

ewanharris commented 7 months ago

Description

Implements transformModuleFilesToModel for the Go package, this is based on the JS implementation in #178 so please refer to that PR for some context.

This branch is based on the one for #178 so is draft for now, will rebase once that has been merged.

References

Go portion of #153

Review Checklist