Here’s a puzzle for my Go SDK experts. I would love to be able to write a tool that, given a Go package that imports the Dagger Go SDK, can generate a Mage file. Currently that’s not possible because the Go SDK lets you call queries, but not register them in such a way that they can be inspected. I’m wondering how the Go SDK could add that capability. Kind of similar to a named operations file (foo.gql) but in Go.
Thoughts?