Versions in this module Expand all Collapse all v0 v0.2.0 Jun 14, 2026 v0.1.0 Jun 13, 2026 Changes in this version + func IndexOneOf(s string, subs ...string) (idx int, variant string) + type API struct + Methods []Definition + Types []Definition + Version string + func Extract(doc *goquery.Document) (a API) + type Definition struct + Fields []Field + Name string + PrettyDescription string + RawText string + Ret *Type + type Field struct + Enum []string + Name string + Optional bool + PrettyDescription string + RawText string + Type Type + type Kind string + const KindArray + const KindObject + const KindPrimitive + const KindSum + type Primitive string + const Boolean + const Float + const Integer + const String + func (p Primitive) String() string + type Type struct + Item *Type + Kind Kind + Name string + Primitive Primitive + Sum []Type + func ParseType(s string) Type + func (t Type) String() string