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§
- Function
Parameter - Function parameter definition
- Template
Execution Context - Template execution context
- Template
Function - Template function metadata
- Template
Function Entry - Template function registry entry
- Template
Plugin Config - Template plugin configuration
Traits§
- Template
Plugin - Template plugin trait
- Template
Plugin Factory - Helper trait for creating template plugins