mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-05 09:03:54 -04:00
chore: use latest golang-grpc libs
This commit is contained in:
15
management/README.md
Normal file
15
management/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Wiretrustee Management Server
|
||||
|
||||
Install golang gRpc tools:
|
||||
```bash
|
||||
#!/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
|
||||
```
|
||||
|
||||
Generate gRPC code:
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
protoc -I proto/ proto/management.proto --go_out=. --go-grpc_out=.
|
||||
```
|
||||
Reference in New Issue
Block a user