Skip to content

Commit eb3410a

Browse files
author
Elliot Forbes
committed
Sun May 16 11:50:22 BST 2021
1 parent 48ab65e commit eb3410a

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

rocket/v1/rocket.pb.go

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

rocket/v1/rocket.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package rocket;
44

55
// Rocket represents the model of our rocket
66
message Rocket {
7-
string type = 1;
7+
string id = 1;
88
}
99

1010
// RocketService - defines what endpoints we'll be exposing

0 commit comments

Comments
 (0)