Replies: 2 comments 8 replies
-
You could use a |
Beta Was this translation helpful? Give feedback.
6 replies
-
I would like to be able to do this too. Sometimes, I need to ignore certain methods, such as the initialize method of the struct. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have api services which look like this:
And then I pass my services as bindings
main.go
:The question is how can I prevent from binding/generating
Init()
method in typescript?Beta Was this translation helpful? Give feedback.
All reactions