Documentation ¶ Index ¶ type Assets func LoadAssetsManifest(path string) (Assets, error) func (a Assets) Static(name string) string type Renderer func New(a Assets) Renderer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. 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 Renderer ¶ type Renderer func(w http.ResponseWriter, r *http.Request, status int, c templ.Component) error func New ¶ func New(a Assets) Renderer Source Files ¶ View all Source files factory.goload_manifest.gorender.go Click to show internal directories. Click to hide internal directories.