Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature(meta, modulecodegen, runtime/orm): remove meta.ID interface #28

Open
fdymylja opened this issue Jun 17, 2021 · 0 comments
Open

Comments

@fdymylja
Copy link
Contributor

Currently the meta.ID interface allows to express IDs in multiple forms (raw bytes, string, uint64...). this was needed to offer a nicer API to fetch objects. But since we make use of modulecodegen to generate client APIs to interact with state objects which already abstract away the conversion from go type to byte for the KV we could possibly do without this abstraction.

@fdymylja fdymylja changed the title feature(meta, modulecodegen, runtime/orm): remove multiple ID types feature(meta, modulecodegen, runtime/orm): remove meta.ID interface Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant