package
0.0.0-20241026001707-2f140878a38e
Repository: https://github.com/dpotapov/go-pages.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
MarshalScope stores the variables from the source in the scope.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewExprRaw creates an Expr with a raw string, no interpolation.
Parse returns the parsed *Node tree for the HTML from the given Reader.
UnmarshalScope reads the variables from the scope and converts them to a provided target.

# Variables

ErrComponentNotFound is returned by Importer implementations when a component is not found.
ErrImportNotAllowed is returned when an Importer is not set for the component.

# Structs

No description provided by the author
BaseScope is a base implementation of the Scope interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Expr is a struct to hold interpolated string data for the CHTML nodes.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
Disposable is an optional interface for components that require explicit resource cleanup.
Importer acts as a factory for components.
Scope defines an interface for managing arguments in a CHTML component.