(selection *goquery.Selection)
| 335 | } |
| 336 | |
| 337 | func getInnerHtml(selection *goquery.Selection) (html string) { |
| 338 | var err error |
| 339 | html, _ = selection.Html() |
| 340 | if err != nil { |
| 341 | logs.Error(err) |
| 342 | } |
| 343 | return |
| 344 | } |
no outgoing calls
no test coverage detected