Adopt location registry durable contract
This commit is contained in:
@@ -129,11 +129,11 @@ func registerValidators(registries pipeline.Registries) error {
|
||||
{name: "scene-description-list always reject validator", register: func() error {
|
||||
return alwaysreject.RegisterTyped[dnd.SceneDescriptionList](registries.Validators, dnd.SceneDescriptionListKind)
|
||||
}},
|
||||
{name: "location-list always accept validator", register: func() error {
|
||||
return alwaysaccept.RegisterTyped[dnd.LocationList](registries.Validators, dnd.LocationListKind)
|
||||
{name: "location-registry always accept validator", register: func() error {
|
||||
return alwaysaccept.RegisterTyped[dnd.LocationRegistry](registries.Validators, dnd.LocationRegistryKind)
|
||||
}},
|
||||
{name: "location-list always reject validator", register: func() error {
|
||||
return alwaysreject.RegisterTyped[dnd.LocationList](registries.Validators, dnd.LocationListKind)
|
||||
{name: "location-registry always reject validator", register: func() error {
|
||||
return alwaysreject.RegisterTyped[dnd.LocationRegistry](registries.Validators, dnd.LocationRegistryKind)
|
||||
}},
|
||||
{name: "location-occurrence-list always accept validator", register: func() error {
|
||||
return alwaysaccept.RegisterTyped[dnd.LocationOccurrenceList](registries.Validators, dnd.LocationOccurrenceListKind)
|
||||
|
||||
Reference in New Issue
Block a user