Continued pattern building, added info changes

tried to make some more generic patterns, but I think it's about as thin as it can be now, some boilerplate will be required.

Signed-off-by: Dave Shanley <dave@quobix.com>
This commit is contained in:
Dave Shanley
2022-10-03 09:46:12 -04:00
parent 9775c384f7
commit 65fa21be86
6 changed files with 517 additions and 4 deletions

View File

@@ -42,4 +42,9 @@ const (
URLLabel = "url"
NameLabel = "name"
EmailLabel = "email"
TitleLabel = "title"
TermsOfServiceLabel = "termsOfService"
VersionLabel = "version"
LicenseLabel = "license"
ContactLabel = "contact"
)