package
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: Oct 4, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BuiltInToken represents a built-in template element like ${Message}
type PropertyToken struct {
PropertyName string
Format string
}
PropertyToken represents a property reference with optional format
Template represents a parsed output template
Parse parses an output template string
Render renders the template with the given event
type TextToken struct {
Text string
}
TextToken represents literal text in the template
Token represents a token in an output template
Source Files
¶
Click to show internal directories.
Click to hide internal directories.