Skip to content

Move private code into internal package + some renames #1194

@jon-whit

Description

@jon-whit

Description

Make internal code, well, internal.

Tasks

  1. Move everything internal/graph, except graph.go to internal/check.
  2. Move everything in pkg that shouldn't be in pkg to the internal folder:
  3. Rename TypeDefinitionWriteBackend to AuthorizationModelWriteBackend
  4. Change storage.ReadChanges. Today, it accepts a string for a continuation token, and returns a []byte continuation token. This is cumbersome. refactor(!): remove token serialization from datastore #2064

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions