Simplified return code

This commit is contained in:
Eduard Urbach 2025-02-12 17:34:48 +01:00
parent ef512441cf
commit bd71a29c04
Signed by: eduard
GPG key ID: 49226B848C78F6C8
12 changed files with 66 additions and 77 deletions

View file

@ -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