Fleshing out what-changed functionality.

Starting at the bottom again with low levels and sketching out how to consume it.
This commit is contained in:
Dave Shanley
2022-09-28 11:41:59 -04:00
parent c099e0def5
commit cd68570278
7 changed files with 632 additions and 0 deletions

View File

@@ -38,4 +38,6 @@ const (
PasswordLabel = "password"
ClientCredentialsLabel = "clientCredentials"
AuthorizationCodeLabel = "authorizationCode"
DescriptionLabel = "description"
URLLabel = "url"
)