Versions in this module Expand all Collapse all v1 v1.0.1 Feb 1, 2022 Changes in this version type Doc + func NewDocErr(doc *goquery.Document, err error) *Doc v1.0.0 Feb 1, 2022 Changes in this version + const Attr + const Html + const Many + const Obj + const One + const Text + type AR struct + AttrName string + AttrType AttrType + type AttrType string + type Doc struct + Err error + func NewDoc(doc *goquery.Document) *Doc + func NewDocByStr(str string) *Doc + func (obj *Doc) Clear() + func (obj *Doc) Find(selector string) *Sel + func (obj *Doc) FindMany(val []FO) (retMap KV, err error) + func (obj *Doc) FindOneValues(val FO) (ret []string, err error) + type FM struct + Key string + type FO struct + AttrName string + Selector string + type Grab struct + func NewGrab() *Grab + func (obj *Grab) Fetch(url string) *Doc + type KV map[string]string + type Multiple string + type Sel struct + Err error + func NewSel(sel *goquery.Selection) *Sel + func (obj *Sel) Clear() + func (obj *Sel) Foreach(f func(int, *goquery.Selection)) *Sel + func (obj *Sel) List(v AR) (ret []string, err error) + func (obj *Sel) ListManyAttr(val []AR) (ret []map[string]string, err error)