Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTMLPageNode ¶
HTMLPageNode represents a node in the HTML page
func ParseWebPageContent ¶
func ParseWebPageContent( ctx context.Context, page *models.Page, bodyContent []byte, ) (contentArray []HTMLPageNode, err error)
ParseWebPageContent parses the web page content
type PageResolver ¶
PageResolver is a main interface for page content resolvers
func NewGetCachedPageResolver ¶
func NewGetCachedPageResolver(page models.Page, cacheInstance cache.Cache) PageResolver
NewGetCachedPageResolver a new instance of the cached resolver
func NewPageResolver ¶
func NewPageResolver(page models.Page) PageResolver
NewPageResolver creates a new instance of the page resovler
Click to show internal directories.
Click to hide internal directories.