Skip to content

Commit c5db8f3

Browse files
committed
Prefix enum value names
1 parent 06de6c5 commit c5db8f3

4 files changed

Lines changed: 20 additions & 21 deletions

File tree

go/connectfour/v1/messaging.pb.go

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php/GamingPlatform/Api/ConnectFour/V1/Game/Move/Color.php

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
12 Bytes
Binary file not shown.

schema/gamingplatform/api/connectfour/v1/messaging.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ message Game {
3939
message Move {
4040
enum Color {
4141
COLOR_UNSPECIFIED = 0;
42-
RED = 1;
43-
YELLOW = 2;
42+
COLOR_RED = 1;
43+
COLOR_YELLOW = 2;
4444
}
4545
int32 x = 1;
4646
int32 y = 2;

0 commit comments

Comments
 (0)