internal

package
v0.0.0-...-fe01dad Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessableFile

type ProcessableFile interface {
	Process(props ProcessableFileProps, opts ProcessableFileOpts) (string, error)
}

type ProcessableFileOpts

type ProcessableFileOpts struct {
	Preview bool
	Minify  bool
}

type ProcessableFileProps

type ProcessableFileProps struct {
	config.Theme
	config.Bubble
	config.Cta
	URL string
}

type Script

type Script struct{}

func (Script) Process

func (s Script) Process(props ProcessableFileProps, opts ProcessableFileOpts) (string, error)

type Stylesheet

type Stylesheet struct{}

func (Stylesheet) Process

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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