Versions in this module Expand all Collapse all v0 v0.1.0 Nov 21, 2024 Changes in this version + func EnsureParentLevel(root *goquery.Selection, elements *goquery.Selection, level int) (ok bool) + func ScrapeEnum(abbr string, page string) (map[string]string, error) + func ValidEnum(name string) bool + func ValidModel(name string) bool + type Attribute struct + MaxChars int + MinChars int + Name string + Required bool + Tag string + Type string + func NewAttribute(name, attrString string) (*Attribute, error) + func ScrapeAttributes(header string, page string) ([]*Attribute, error) + func ScrapeEndpointParameters(header string, page string) ([]*Attribute, error) + func (a *Attribute) String() string