Versions in this module Expand all Collapse all v1 v1.3.1 Jan 30, 2026 v1.3.0 Dec 18, 2025 Changes in this version + func NewReqMapper(cfg *Config) (func(http.Handler) http.Handler, error) + type Config struct + MappingsFile string + Role string + type MappingEngine struct + func (e *MappingEngine) GetMappingInfo() map[string]interface{} + func (e *MappingEngine) ReloadMappings() error + func (e *MappingEngine) Transform(ctx context.Context, action string, req map[string]interface{}, role string) ([]byte, error)