| commit | 4131026716588840a663d257162b8e8312ee2d56 | [log] [tgz] |
|---|---|---|
| author | Akron <nils@diewald-online.de> | Mon Feb 23 18:58:53 2026 +0100 |
| committer | Akron <nils@diewald-online.de> | Mon Feb 23 18:58:53 2026 +0100 |
| tree | d77ab548bc66c5eac2554a5a36cbd205f7cd9569 | |
| parent | a67de8f704672c1d7830276082926e37156af93a [diff] [blame] |
Allow field names as rule options Change-Id: Ife4f15a09818cf6daf86b96e7c916854d0299be8
diff --git a/mapper/mapper.go b/mapper/mapper.go index 4869c7b..ce172de 100644 --- a/mapper/mapper.go +++ b/mapper/mapper.go
@@ -100,6 +100,8 @@ LayerA string FoundryB string LayerB string + FieldA string + FieldB string Direction Direction AddRewrites bool }