updated jsvm mapper and updated godoc formatting

This commit is contained in:
Gani Georgiev
2023-06-14 13:14:30 +03:00
parent ec303a60ed
commit 745b230097
5 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -22,8 +22,9 @@ func TestFieldMapper(t *testing.T) {
{"ResolveRequestAsJSON", "resolveRequestAsJSON"},
{"Variable_with_underscore", "variable_with_underscore"},
{"ALLCAPS", "allcaps"},
{"NOTALLCAPs", "nOTALLCAPs"},
{"ALL_CAPS_WITH_UNDERSCORE", "all_caps_with_underscore"},
{"OIDCMap", "oidcMap"},
{"MD5", "md5"},
}
for i, s := range scenarios {