Support imported type aliases
[govpp.git] / cmd / binapi-generator / objects.go
index 9325d03..9871abc 100644 (file)
@@ -14,6 +14,11 @@ type Package struct {
        Unions   []Union
        Messages []Message
        RefMap   map[string]string
+       Imports  map[string]Import
+}
+
+type Import struct {
+       Package string
 }
 
 // Service represents VPP binary API service