bundle

package
v0.0.0-...-e2431ac Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mode

type Mode string
const (
	ModeComposed Mode = "composed"
	ModeInline   Mode = "inline"
)

type Options

type Options struct {
	RootPath  string
	RootBytes []byte
	Files     map[string][]byte
	Mode      Mode
	JSON      bool
}

type Result

type Result struct {
	Content  []byte
	Warnings []string
}

func Bundle

func Bundle(opts Options) (*Result, error)

Jump to

Keyboard shortcuts

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