Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context interface { go_context.Context Cwd() string Variables() *immutable.Map[string, any] Helpers() *immutable.Map[string, any] WithVariables(vv *immutable.Map[string, any]) Context WithVariable(name string, val any) Context WithHelpers(helpers *immutable.Map[string, any]) Context WithCwd(cwd string) Context }
func With ¶
func With(ctx go_context.Context) Context
Click to show internal directories.
Click to hide internal directories.