You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: