So, I've got my first Dagger module with a couple of functions (in Go) working. So far so good ( and [I'm actually a lot more excited that I could get this done](#1225839019984683150 message)).
Now, I would like not to call the CLI to run the functions, but rather want to have other code run them. Specifically, I'm looking to run the Dagger function code in a Temporal activity.
The code examples in the old docs cookbook seem to make more sense for this kind of work to me.
So, how to move a new Dagger function to a code executable Dagger function? (and sorry if this is common sense a silly noob question, I'm still learning Go and this "context" bit 🙂 and yeah, I know this is like running a yacht, when I only know how to sail with a dingy. LOL! 😄 )