Add scaffolder service

Signed-off-by: Patrick Balestra <patrickb@spotify.com>
This commit is contained in:
Patrick Balestra
2020-02-04 14:38:24 +01:00
parent 4184ff0908
commit 706c666c65
10 changed files with 336 additions and 12 deletions
+11
View File
@@ -6,6 +6,17 @@ Collection of all Backstage protobuf definitions.
Managed with prototool, install instructions at https://github.com/uber/prototool/blob/dev/docs/install.md
## Install Depenedencies
You will need to have `protoc-gen-go` available in your path. You can find out more information here: https://github.com/golang/protobuf
```sh
$ go get -u github.com/golang/protobuf/protoc-gen-go
$ protoc-gen-go # should now be available in your path providing you GOPATH + GOBIN paths are setup correctly.
```
### Generate code
Run to generate code to `backend/proto/`: