Simplified return code
This commit is contained in:
parent
ef512441cf
commit
bd71a29c04
12 changed files with 66 additions and 77 deletions
|
@ -16,8 +16,8 @@ type Function struct {
|
|||
UniqueName string
|
||||
File *fs.File
|
||||
Body token.List
|
||||
Input []*Input
|
||||
Output []*Output
|
||||
Input []*Parameter
|
||||
Output []*Parameter
|
||||
OutputTypes []types.Type
|
||||
Functions map[string]*Function
|
||||
Structs map[string]*types.Struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue