package main type ( Function struct { Arguments []Argument Returns []Argument } Argument struct { Name string Type string Description string } )