实现请求日志写入

This commit is contained in:
刘祥超
2020-10-10 11:49:30 +08:00
parent f4ff9c430c
commit 22a7e9c2dc
7 changed files with 1224 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
rm -f ../internal/rpc/pb/*
#rm -f ../pkg/rpc/pb/*.pb.go
protoc --go_out=plugins=grpc:../pkg/rpc --proto_path=../pkg/rpc/protos ../pkg/rpc/protos/*.proto