templatecontext

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TemplateTypeFile = "file"
	TemplateTypeURL  = "url"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TemplateContext

type TemplateContext struct {
	Template        string
	TemplateType    string
	TemplateContent string
	Output          string
	Values          any
}

func NewTemplateContext

func NewTemplateContext(template string, output string, values any) (*TemplateContext, error)

Jump to

Keyboard shortcuts

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