onflow / flixkit-go

Apache License 2.0
0 stars 7 forks source link

Make main client struct public #14

Open bjartek opened 1 year ago

bjartek commented 1 year ago

Issue to be solved

Currently the main implementation of this client is private, if this tool is to compose and be used with other solutions it should be Public.

Suggest A Solution

Make the main struct public

What are you currently working on that this is blocking?

No response

bjartek commented 1 year ago

Also note that if this is to be used as a library you cannot embed code and expect them to be there for others, so embeds should be done on the outside and sent in to the main client/generator.