package
Version:
v1.300060.0
Opens a new window with list of versions in this module.
Published: Sep 17, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type KeyPair struct {
Key string `mapstructure:"key"`
Value string `mapstructure:"value"`
}
KeyPair represents a key-value pair for entity attributes
type Transform struct {
KeyAttributes []KeyPair `mapstructure:"key_attributes"`
Attributes []KeyPair `mapstructure:"attributes"`
}
Transform contains configuration for overriding entity attributes
Source Files
¶
Click to show internal directories.
Click to hide internal directories.