Versions in this module Expand all Collapse all v0 v0.3.0 Sep 23, 2024 v0.2.0 Aug 14, 2023 v0.1.0 May 26, 2023 Changes in this version + type IPageLoader interface + LoadPage func(url string) (string, error) + func NewHttpPageLoader(header http.Header) IPageLoader + type MockPageLoader struct + LoadPage_ func(url string) (string, error) + func (m *MockPageLoader) LoadPage(url string) (string, error)