mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 09:50:00 +08:00
chore: fix some comments (#4270)
Signed-off-by: tsinghuacoder <tsinghuacoder@icloud.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user