mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
3b30beb567
* feature: add config properties to the SyncResponse of the management gRpc service
4 lines
202 B
Bash
Executable File
4 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.26
|
|
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.1
|
|
protoc -I proto/ proto/management.proto --go_out=. --go-grpc_out=. |