Skip to content

Commit 9dae11e

Browse files
committed
remove sdx crt pattern poc bits
1 parent 331bf10 commit 9dae11e

File tree

2 files changed

+0
-113
lines changed

2 files changed

+0
-113
lines changed

src/services/gateway-patterns/evaluator.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { FieldErrors, ValidateError } from 'tsoa';
22
import { SimpleServicePattern } from './patterns/simple-service';
33
import { SDXP2PConsumerPattern } from './patterns/sdx-p2p-consumer';
44
import { SDXP2PProviderPattern } from './patterns/sdx-p2p-provider';
5-
import { SDXCRTPattern } from './patterns/sdx-crt';
65
import { SDXRuntimeGroupPattern } from './patterns/sdx-runtime-group';
76
import { SDXKeysPattern } from './patterns/sdx-keys';
87

@@ -17,7 +16,6 @@ const PATTERNS: Record<string, PatternProcessor> = {
1716
[SimpleServicePattern.id]: SimpleServicePattern,
1817
[SDXP2PConsumerPattern.id]: SDXP2PConsumerPattern,
1918
[SDXP2PProviderPattern.id]: SDXP2PProviderPattern,
20-
[SDXCRTPattern.id]: SDXCRTPattern,
2119
[SDXRuntimeGroupPattern.id]: SDXRuntimeGroupPattern,
2220
[SDXKeysPattern.id]: SDXKeysPattern,
2321
};

src/services/gateway-patterns/patterns/sdx-crt.ts

Lines changed: 0 additions & 111 deletions
This file was deleted.

0 commit comments

Comments
 (0)