Expand description
Extended templating system for MockForge with request chaining support
This module provides template expansion with support for:
- Standard tokens (UUID, timestamps, random data, faker)
- Request chaining context variables
- End-to-end encryption functions
Structs§
- Environment
Templating Context - Context for environment variables during template expansion
- Template
Engine - Template engine for processing template strings with various token types
- Templating
Context - Combined templating context with chain, environment, and time variables
Traits§
- Faker
Provider - Provider trait for generating fake data in templates
Functions§
- expand_
str - Expand templating tokens in a string
- expand_
str_ with_ context - Expand templating tokens in a string with templating context
- expand_
tokens - Expand templating tokens in a JSON value recursively
- expand_
tokens_ with_ context - Expand templating tokens in a JSON value recursively with context
- register_
faker_ provider - Register a custom faker provider for template token generation