render

package
v0.1.19 Latest Latest
Warning

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

Go to latest
Published: May 7, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IntoBody added in v0.1.14

func IntoBody(
	renderer Renderer,
	w http.ResponseWriter,
	r *http.Request,
	status int,
	pushURL string,
	component templ.Component,
) error

func WithHTMX added in v0.1.14

func WithHTMX(
	renderer Renderer,
	w http.ResponseWriter,
	r *http.Request,
	status int,
	component templ.Component,
	cfg HTMXRenderConfig,
) error

Types

type Assets

type Assets map[string]string

func LoadAssetsManifest

func LoadAssetsManifest(path string) (Assets, error)

func (Assets) Static

func (a Assets) Static(name string) string

type HTMXRenderConfig added in v0.1.14

type HTMXRenderConfig struct {
	Target  string
	Swap    string
	PushURL string
}

type Renderer

type Renderer func(w http.ResponseWriter, r *http.Request, status int, c templ.Component) error

func New

func New(a Assets, challengeEnabled bool) Renderer

Jump to

Keyboard shortcuts

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