Adopt location registry durable contract
This commit is contained in:
@@ -84,8 +84,8 @@ func registerModules(registries pipeline.Registries) error {
|
||||
{name: "scene-description-list appendorder merger", register: func() error {
|
||||
return appendorder.RegisterTyped(registries.Mergers, dnd.SceneDescriptionListKind, appendSceneDescriptionLists)
|
||||
}},
|
||||
{name: "location-list appendorder merger", register: func() error {
|
||||
return appendorder.RegisterTyped(registries.Mergers, dnd.LocationListKind, appendLocationLists)
|
||||
{name: "location-registry appendorder merger", register: func() error {
|
||||
return appendorder.RegisterTyped(registries.Mergers, dnd.LocationRegistryKind, appendLocationRegistries)
|
||||
}},
|
||||
{name: "location-occurrence-list appendorder merger", register: func() error {
|
||||
return appendorder.RegisterTyped(registries.Mergers, dnd.LocationOccurrenceListKind, appendLocationOccurrenceLists)
|
||||
@@ -120,8 +120,8 @@ func registerModules(registries pipeline.Registries) error {
|
||||
{name: "scene-description-list noop normalizer", register: func() error {
|
||||
return noop.RegisterTyped[dnd.SceneDescriptionList](registries.Normalizers, dnd.SceneDescriptionListKind)
|
||||
}},
|
||||
{name: "location-list noop normalizer", register: func() error {
|
||||
return noop.RegisterTyped[dnd.LocationList](registries.Normalizers, dnd.LocationListKind)
|
||||
{name: "location-registry noop normalizer", register: func() error {
|
||||
return noop.RegisterTyped[dnd.LocationRegistry](registries.Normalizers, dnd.LocationRegistryKind)
|
||||
}},
|
||||
{name: "location-occurrence-list noop normalizer", register: func() error {
|
||||
return noop.RegisterTyped[dnd.LocationOccurrenceList](registries.Normalizers, dnd.LocationOccurrenceListKind)
|
||||
|
||||
Reference in New Issue
Block a user