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

Flatten request/response arguments (short-hand RIDL syntax) #183

Open
VojtechVitek opened this issue Dec 30, 2022 · 3 comments
Open

Flatten request/response arguments (short-hand RIDL syntax) #183

VojtechVitek opened this issue Dec 30, 2022 · 3 comments
Labels
todo items we should do
Milestone

Comments

@VojtechVitek
Copy link
Contributor

Introduced in Peter's "v2" branch

struct FlattenRequest
  - name: string
    + go.tag.db = name
  - amount?: Balance
    + go.tag.db = amount

struct FlattenResponse
  - id: uint64
    + go.field.name = ID
  - count: uint64
    + json = counter

service Another
  - Flatten(FlattenRequest) => (FlattenResponse)
@VojtechVitek
Copy link
Contributor Author

#134 (review)

@pkieltyka
Copy link
Member

btw, I recall this did work in the schema version I worked on some months ago? it's a nice feature to clean up the rpc interface. Did we ever get to support this in the latest versions of webrpc?

@pkieltyka
Copy link
Member

completed in #229

@pkieltyka pkieltyka added the todo items we should do label Aug 7, 2023
@pkieltyka pkieltyka modified the milestones: next, queued Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo items we should do
Projects
None yet
Development

No branches or pull requests

2 participants