#function chaining is not passing arguments correctly

1 messages · Page 1 of 1 (latest)

cobalt laurel
#

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 ?

rare ledge
#

Seems like you want an entrypoint function of New() vs init() right?

#

Are you executing in the Go Playground?

cobalt laurel
manic garden
#

@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

manic garden
#

That's ok

cobalt laurel
#

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

manic garden