Discover Packages
github.com/gambtho/cronfoundry
internal
template
package
Version:
v0.7.19
Opens a new window with list of versions in this module.
Published: May 6, 2026
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package template renders destination templates with a fixed, safe variable
set — no logic, no loops.
Render returns the rendered string and warnings for unresolved variables.
Unresolved variables are left as their literal `{{ name }}` form.
Context carries the values exposed to destination templates. Fields map
directly to the `{{ ... }}` directives understood by Render.
type Meta struct {
Name string
}
Meta is the minimal identity (a name) of a schedule or skill surfaced to
templates. Kept as a named type so templates can reach both `schedule.name`
and `skill.name` via the same shape.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.