-
I'm looking to use the golang library to implement a function that walks the structure and grabs all fields regardless of the field constraints, as in You can see the specific code I'm using here: The goal is to build up a Markdown table that represents the configuration of a timoni module based on the actual configuration of that module and not have the module author maintain both the cue code and the Markdown table. Any help is appreciated 🙇 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@Nalum thanks for raising. Take a look at this example:
We will also be adding more Go API-related howtos and tutorials to https://alpha.cuelang.org in the near future. |
Beta Was this translation helpful? Give feedback.
@Nalum thanks for raising. Take a look at this example:
We will also be addin…