package
0.0.0-20230713084024-4f9cc427ced2
Repository: https://github.com/paradime-io/gonja.git
Documentation: pkg.go.dev
# Functions
AsSafeValue works like AsValue, but does not apply the 'escape' filter.
AsValue converts any given Value to a gonja.Value Usually being used within oSn functions passed to a template through a Context or within filter functions.
CaseInsensitive returns the the data sorted in a case insensitive way (if string).
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
NewRenderer initialize a new renderer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TransformToMapping transforms and validates VarArgs against an expected signature.
No description provided by the author
# Variables
No description provided by the author
# Structs
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
No description provided by the author
ReducedVarArgs represents pythonic variadic args/kwargs but values are reduced (ie.
Renderer is a node visitor in charge of rendering.
No description provided by the author
TrimState stores and apply trim policy.
No description provided by the author
VarArgs represents pythonic variadic args/kwargs.
# Type aliases
FilterFunction is the type filter functions must fulfil.
No description provided by the author
FilterFunction is the type filter functions must fulfil.
No description provided by the author
No description provided by the author
TestFunction is the type test functions must fulfil.
TestSet maps test names to their TestFunction handler.
No description provided by the author