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

Alias type #175

Open
VojtechVitek opened this issue Dec 28, 2022 · 1 comment
Open

Alias type #175

VojtechVitek opened this issue Dec 28, 2022 · 1 comment

Comments

@VojtechVitek
Copy link
Contributor

Introduced in Peter's "v2" branch

alias Balance: string
  + go.field.type = BigInt
  + go.tag.db = balance
  + json = b_a_l_a_n_c_e
  
struct User
  - id: uint64
  - username: string
  - amount: Balance
@pkieltyka
Copy link
Member

Some work has been done in #227 -- however, please see PR comments which requires more work on an approach which won't require any changes to generators (which is what we'd want)

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

2 participants