chore: fix some comments (#4270)

Signed-off-by: tsinghuacoder <tsinghuacoder@icloud.com>
This commit is contained in:
tsinghuacoder
2024-07-25 20:11:56 +09:00
committed by GitHub
parent 8ae0f287d6
commit 05da2c560b

View File

@@ -10,9 +10,9 @@ import (
) )
type ZRpcContext struct { type ZRpcContext struct {
// Sre is the source file of the proto. // Src is the source file of the proto.
Src string Src string
// ProtoCmd is the command to generate proto files. // ProtocCmd is the command to generate proto files.
ProtocCmd string ProtocCmd string
// ProtoGenGrpcDir is the directory to store the generated proto files. // ProtoGenGrpcDir is the directory to store the generated proto files.
ProtoGenGrpcDir string ProtoGenGrpcDir string