service and client implements last grpc server and client interfaces, improved errors, add signals handling

This commit is contained in:
2020-11-27 14:00:45 +01:00
parent c1d38dfbd0
commit a6696b1d39
13 changed files with 839 additions and 689 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: clean-example-proto
clean-example-proto:
@rm example/*.pb.go
.PHONY: example-proto
example-proto:
@protoc -I. -Iexample --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. example/example.proto