Skip to content

Enums #14

Description

@Dastano

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;

}`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions