knqyf263 / go-plugin

Go Plugin System over WebAssembly
MIT License
586 stars 30 forks source link

Use pointers for request/response structs instead of values in generating methods #33

Closed dmvolod closed 1 year ago

dmvolod commented 1 year ago

Issue #, if available: Fixes #29

Description of changes: Switched from struct to the struct pointer in the request/response proto parameters according to discussion in the issue

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.