pub/internal/domain/content.go

9 lines
102 B
Go

package domain
import "golang.org/x/net/html"
type Content struct {
HTML *html.Node
Text string
}