Hi folks.
https://go.dev/play/p/o4gMJQ73KL8
I am trying 👆 to do dagger call function chaining as outlined here
unfortunately my function is failing when i do the checks. can someone please tell me what i am doing wrong ?
Regards
1 messages · Page 1 of 1 (latest)
Hi folks.
https://go.dev/play/p/o4gMJQ73KL8
I am trying 👆 to do dagger call function chaining as outlined here
unfortunately my function is failing when i do the checks. can someone please tell me what i am doing wrong ?
Regards
i see from the logs that it is indeed passing the correct arguments but my function is not reading it.
is it possible that the schema is coming from the cache ?
Seems like you want an entrypoint function of New() vs init() right?
Are you executing in the Go Playground?
sorry .. discord was limiting the text i was going to share :-
@rare ledge the other thing that I notice is that the structs fields seem to be private. I think you need to make them public (capitalized) for that to work
You can still upload it as a file in Discord
That's ok
oh yeah thatts probably it !
it did it ... <face-palm/> ! thank you folks !!!!
i am sorry to ask but ca i have more than one entry point per module ? i cant make it by reading the docs
Yes, all your module's public functions are entrypoints by default