html

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Render

func Render(node Node) string

Types

type Attributes

type Attributes map[string]string

type Node

type Node struct {
	Element    string
	Attributes Attributes
	Children   []any
}

func CreateElement

func CreateElement(name string, attributes Attributes, children ...any) Node

type TrustedString

type TrustedString string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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