openfga / language

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

feat(go): implement transforming module to a model #179

Closed ewanharris closed 4 months ago

ewanharris commented 4 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

ewanharris commented 4 months ago

Gonna close this PR and cherry pick the commit onto a fresh branch to make life easier