opengraph

package
v0.0.0-...-e0658cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Archiver

type Archiver struct {
}

func (*Archiver) Archive

func (a *Archiver) Archive(ctx context.Context, snapshotWriter libraries.SnapshotWriter, url string) error

Archive implements archivers.Archiver.

type Document

type Document struct {
	XMLName xml.Name `xml:"html"`
	Meta    []Meta   `xml:"head>meta"`
}

type Meta

type Meta struct {
	Property string `xml:"property,attr"`
	Content  string `xml:"content,attr"`
}