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

Enums #14

Open
Dastano opened this issue Mar 11, 2024 · 0 comments
Open

Enums #14

Dastano opened this issue Mar 11, 2024 · 0 comments

Comments

@Dastano
Copy link

Dastano commented Mar 11, 2024

Hey I use this in my Code, but Mediator is not able to decode the Message/Response then.

Postman can, so I assume its something outdated on Mediator?

`enum CreateCharacterResult {
CREATE_CHARACTER_RESULT_SUCCESS = 0;
CREATE_CHARACTER_RESULT_FAIL = 1;
CREATE_CHARACTER_RESULT_NAME_IS_OCCUPIED = 2;
}

}
message CreateCharacterResponse {
repeated CreateCharacterResult result = 1;
int32 characterId = 2;
bytes characterData = 3;

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant