Module template

Module template 

Source
Expand description

Template plugin interface

This module defines the TemplatePlugin trait and related types for implementing custom template functions and data generators in MockForge. Template plugins extend the templating system with custom functions, filters, and data sources.

Modules§

builtin
Built-in template functions that plugins can use as helpers

Structs§

FunctionParameter
Function parameter definition
TemplateExecutionContext
Template execution context
TemplateFunction
Template function metadata
TemplateFunctionEntry
Template function registry entry
TemplatePluginConfig
Template plugin configuration

Traits§

TemplatePlugin
Template plugin trait
TemplatePluginFactory
Helper trait for creating template plugins