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

Actors example implements non-existent code #620

Open
haukened opened this issue Aug 22, 2024 · 0 comments
Open

Actors example implements non-existent code #620

haukened opened this issue Aug 22, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@haukened
Copy link

Describe the bug

In the documentation found here the documentation lists a struct wrapping the class actors.Actor which is not implemented in the go-sdk. The go-sdk implements client and server, but no class actors.Actor

To Reproduce

Go to the page, read the page, attempt to follow the example creating code like:

type ExampleActor struct {
    actors.Actor
}

Observe the error: undefined: actors

Expected behavior

The documentation matches the implemented code, and does not implement go classes that cannot be inherited.

The go-sdk implements actor not actors and has no exported member Actor that can be inherited by a struct.

image

@haukened haukened added the bug Something isn't working label Aug 22, 2024
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