-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the CreateAttribute functions #12
Conversation
…ntained in a slice with elements of type T
Hey, all the SDKS are generated by the the This repo is only read only |
Ok thanks. Will see how i can help there. |
This library is auto-generated by the Appwrite SDK Generator, and does not accept pull requests directly. To learn more about how you can help us improve this SDK, please check the contributing guide before submitting a pull request. |
Also had to fix/rewrite the client.Call function.
Since go doesn't have optional arguments, I created a generic Optional[T] struct.