mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
feat(goctl/rpc): support external proto imports with cross-package ty… (#5472)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
9
tools/goctl/rpc/parser/base.proto
Normal file
9
tools/goctl/rpc/parser/base.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package base;
|
||||
|
||||
option go_package = "github.com/zeromicro/go-zero/tools/goctl/rpc/parser/base";
|
||||
|
||||
message BaseMessage {
|
||||
string id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user