Skip to content

Commit 65bba84

Browse files
author
Elliot Forbes
committed
Sun May 16 12:01:55 BST 2021
1 parent fce722e commit 65bba84

File tree

2 files changed

+43
-23
lines changed

2 files changed

+43
-23
lines changed

rocket/v1/rocket.pb.go

Lines changed: 41 additions & 23 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ package rocket;
55
// Rocket represents the model of our rocket
66
message Rocket {
77
string id = 1;
8+
string name = 2;
9+
string type = 3;
810
}
911

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

0 commit comments

Comments
 (0)