-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Labels
Stalegood first issueGood for newcomersGood for newcomersrefactorA cleanup is neededA cleanup is needed
Description
Description
Make internal code, well, internal.
Tasks
- Move everything
internal/graph, exceptgraph.gotointernal/check. - Move everything in
pkgthat shouldn't be inpkgto theinternalfolder:- pkg/errors
- pkg/health
- pkg/commands. Rationale: we don't want consumers of OpenFGA using the commands directly. They should rely on the methods in
serverfile only. - pkg/storage/storagewrappers. (chore(breaking): make storage wrappers internal #1327)
- pkg/telemetry
- Rename
TypeDefinitionWriteBackendtoAuthorizationModelWriteBackend Change. refactor(!): remove token serialization from datastore #2064storage.ReadChanges. Today, it accepts astringfor a continuation token, and returns a[]bytecontinuation token. This is cumbersome
Metadata
Metadata
Assignees
Labels
Stalegood first issueGood for newcomersGood for newcomersrefactorA cleanup is neededA cleanup is needed