Versions in this module Expand all Collapse all v1 v1.0.0 May 24, 2018 Changes in this version + type Enum struct + CommentLines []string + DocLines []string + EnumLiterals []EnumLiteral + Filename string + Name string + PackageName string + type EnumLiteral struct + Name string + Value string + type Field struct + CommentLines []string + DocLines []string + IsPointer bool + IsSlice bool + Name string + PackageName string + Tag string + TypeName string + type Interface struct + CommentLines []string + DocLines []string + Filename string + Methods []Operation + Name string + PackageName string + type Operation struct + CommentLines []string + DocLines []string + Filename string + InputArgs []Field + Name string + OutputArgs []Field + PackageName string + RelatedStruct *Field + type ParsedSources struct + Enums []Enum + Interfaces []Interface + Operations []Operation + Structs []Struct + Typedefs []Typedef + type Struct struct + CommentLines []string + DocLines []string + Fields []Field + Filename string + Name string + Operations []*Operation + PackageName string + type Typedef struct + DocLines []string + Filename string + Name string + PackageName string + Type string