Added link checking to what-changed

chop, chop chop. chopping away at the tree of comparison data.
This commit is contained in:
Dave Shanley
2022-10-26 10:48:56 -04:00
parent 476017d63d
commit 19d5d62413
3 changed files with 453 additions and 0 deletions

View File

@@ -110,4 +110,6 @@ const (
SchemeLabel = "scheme"
OpenIdConnectUrlLabel = "openIdConnectUrl"
ScopesLabel = "scopes"
OperationRefLabel = "operationRef"
OperationIdLabel = "operationId"
)