Implemented package specific structs
This commit is contained in:
parent
d71bbd51cf
commit
8357aefc01
15 changed files with 121 additions and 78 deletions
|
@ -19,7 +19,7 @@ type Function struct {
|
|||
Input []*Input
|
||||
Output []*Output
|
||||
Functions map[string]*Function
|
||||
Types map[string]types.Type
|
||||
Structs map[string]*types.Struct
|
||||
DLLs dll.List
|
||||
Err error
|
||||
deferred []func()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue