添加了对 proto 的解析支持
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package zm_proto
|
||||
|
||||
type Import struct {
|
||||
Name string
|
||||
Path string
|
||||
Messages []Message
|
||||
Imports []string
|
||||
Enum map[string]bool
|
||||
|
||||
Proto *Proto
|
||||
}
|
||||
Reference in New Issue
Block a user