Update Go SDK docs: 16260121800

This commit is contained in:
developer-relations-sp
2025-07-14 06:56:56 +00:00
parent 94d4a51e84
commit b07925c28d
5 changed files with 34 additions and 18 deletions

View File

@@ -2336,6 +2336,7 @@ func main() {
sourceId := `2c9180835d191a86015d28455b4a2329` // string | The source id # string | The source id
correlationconfig := []byte(`{
"attributeAssignments" : [ {
"sequence" : 1,
"filterString" : "first_name == \"John\"",
"ignoreCase" : false,
"complex" : false,
@@ -2344,6 +2345,7 @@ func main() {
"operation" : "EQ",
"matchMode" : "ANYWHERE"
}, {
"sequence" : 1,
"filterString" : "first_name == \"John\"",
"ignoreCase" : false,
"complex" : false,