Replies: 2 comments 8 replies
|
You could use a |
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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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?All reactions