export

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildFrontmatter

func BuildFrontmatter(c *contentdomain.Content, aliases []string) string

Types

type AliasService

type AliasService interface {
	FindByContentID(ctx context.Context, contentID int) ([]*aliasdomain.Alias, error)
}

type ContentService

type ContentService interface {
	GetAll(ctx context.Context, limit int, offset int) ([]*contentdomain.Content, error)
	GetTranslations(ctx context.Context, translationGroupID int, excludeID int) ([]*contentdomain.Content, error)
}

type ExportResult

type ExportResult struct {
	ContentExported int
	MediaBundled    int
	Errors          []string
}

type Exporter

type Exporter struct {
	// contains filtered or unexported fields
}

func NewExporter

func NewExporter(
	contentSvc ContentService,
	aliasSvc AliasService,
	bodyToHTML func(string) (string, error),
	mediaDir string,
	logger *util.Logger,
) *Exporter

func (*Exporter) Export

func (e *Exporter) Export(ctx context.Context, w io.Writer) (*ExportResult, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL