Documentation
¶
Overview ¶
Wrapper around readability lib
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReadabilityWrapper_Override ¶
func NewReadabilityWrapper_Override(r ReadabilityWrapper, props *ReadabilityProps)
Types ¶
type ReadabilityProps ¶
type ReadabilityProps struct {
Name *string `json:"name"`
}
type ReadabilityResult ¶
type ReadabilityWrapper ¶
type ReadabilityWrapper interface {
Props() *ReadabilityProps
SetProps(val *ReadabilityProps)
Parse(article *string, url *string) *ReadabilityResult
}
func NewReadabilityWrapper ¶
func NewReadabilityWrapper(props *ReadabilityProps) ReadabilityWrapper
Click to show internal directories.
Click to hide internal directories.