edgedb / edgedb-go

The official Go client library for EdgeDB
https://pkg.go.dev/github.com/edgedb/edgedb-go
Apache License 2.0
167 stars 11 forks source link

Add pubfuncs option to edgeql-go #317

Closed fmoor closed 1 week ago

fmoor commented 1 week ago

Add a -pubfuncs flag to the query generator that makes the generated functions public instead of private. There will be a follow up PR with another flag to make the generated types public.

working on https://github.com/edgedb/edgedb-go/issues/287