package zm_proto type Import struct { Name string Path string Messages []Message Imports []string Enum map[string]bool Proto *Proto }