Finish D&D entity contract cleanup
This commit is contained in:
@@ -285,7 +285,7 @@ func registerDefaultChains(registry *pipeline.ValidatorChainRegistry) error {
|
||||
},
|
||||
})
|
||||
}},
|
||||
{name: "locations validator chain", register: func() error {
|
||||
{name: "location registry validator chain", register: func() error {
|
||||
return registry.Register(pipeline.ValidatorChainMapping{
|
||||
Stage: pipeline.StageExtract, Module: locationextract.Key,
|
||||
Validators: []pipeline.ModuleBinding{
|
||||
@@ -294,7 +294,7 @@ func registerDefaultChains(registry *pipeline.ValidatorChainRegistry) error {
|
||||
},
|
||||
})
|
||||
}},
|
||||
{name: "locations normalize validator chain", register: func() error {
|
||||
{name: "location registry normalize validator chain", register: func() error {
|
||||
return registry.Register(pipeline.ValidatorChainMapping{
|
||||
Stage: pipeline.StageNormalize, Module: locationnormalize.Key,
|
||||
Validators: []pipeline.ModuleBinding{
|
||||
|
||||
Reference in New Issue
Block a user