Skip to content
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

undeclared name : object in "users.go" & "database.go" in SDK #7

Open
2 tasks done
yuvan11 opened this issue Apr 17, 2022 · 2 comments
Open
2 tasks done

undeclared name : object in "users.go" & "database.go" in SDK #7

yuvan11 opened this issue Apr 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@yuvan11
Copy link

yuvan11 commented Apr 17, 2022

👟 Reproduction steps

I recently was trying to use this sdk for my project work, I came across the unmatched datatype object was throwing issues.

👍 Expected behavior

The expected type would be interface{} or map[string]interface{} would resolve this issue.

👎 Actual Behavior

As the Object is not supported by go, the go compiler is showing it as undeclared name.

🎲 Appwrite version

Different version (specify in environment)

💻 Operating system

Windows

🧱 Your Environment

No

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@yuvan11 yuvan11 added the bug Something isn't working label Apr 17, 2022
@yuvan11
Copy link
Author

yuvan11 commented Apr 17, 2022

Hi @eldadfux, I could see the work is progress for this repo. I would like to work on this if this repo is still open for contribution?

@yuvan11
Copy link
Author

yuvan11 commented Apr 17, 2022

There is one more too, the examples in docs/examples/users/create.md, having wrong syntax var client := appwrite.Client{}. It could be var client = appwrite.Client{} or client := appwrite.Client{} .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant