You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
genfs: error generating "bud/internal/app/controller/controller.go". controller: unable to load: controller: unable to find param definition for Email. parser: unable to find declaration for "Email" in "route171"
exit status 1
I've been looking into it, but so far I'm at a bit of a loss as to what has happen here... other than that the value of decl has to be set to something that the bud parser will understand.
Thanks @jfmario! This is indeed a known issue. I'll try to push up a fix soon to unblock you, but otherwise feel free to wrap up the other PR on just with just struct support and we'll get to this later!
With the following controller:
There is the following error:
This came up when I was working on issue #171
I'll take a look at what is going on, but I wanted to put this issue in for tracking it since it's separate.
The text was updated successfully, but these errors were encountered: