feat: Create broker for negotiating connections (#14)

* feat: Create broker for negotiating connections

WebRTC require an exchange of encryption keys and network hops to connect. This package pipes the exchange over gRPC. This will be used in all connecting clients and agents.

* Regenerate protobuf definition

* Cache Go build and test

* Fix gRPC language with dRPC

Co-authored-by: Bryan <bryan@coder.com>

Co-authored-by: Bryan <bryan@coder.com>
This commit is contained in:
Kyle Carberry
2022-01-11 09:28:41 -06:00
committed by GitHub
parent 7c260f88d1
commit 53cfa8a45a
14 changed files with 1258 additions and 1 deletions
+1
View File
@@ -1,2 +1,3 @@
# Generated files
peerbroker/proto/*.go linguist-generated=true
provisionersdk/proto/*.go linguist-generated=true