implement wicectl client to control the daemon via gRPC

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-01-06 15:10:27 +01:00
parent 8d0f18e910
commit 18e45d0a56
35 changed files with 3096 additions and 1181 deletions

4
pkg/pb/generate.go Normal file
View File

@@ -0,0 +1,4 @@
package pb
//go:generate protoc --go_out=. --go_opt=paths=source_relative socket.proto candidate.proto common.proto event.proto interface.proto offer.proto peer.proto
//go:generate protoc --go-grpc_out=. --go-grpc_opt=paths=source_relative socket.proto