#How to hide constructor params from `dagger functions`?

1 messages · Page 1 of 1 (latest)

rich crypt
#

Here is the output of dagger functions in my current project.

All documented funcs are actual funcs, the non documented stuff is made of struct fields (using go sdk) i'm using as a "constructor" .
Is there is a way to display struct fields and methods separately to avoid poluting the output ?

#

How to hide constructor params from dagger functions?

tardy forge
rich crypt
#

God thank you so much. I need to check how it's documented

tardy forge