- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for dataValue (0.09 seconds)
-
docs/en/docs/js/custom.js
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 17:59:48 GMT 2026 - 7.7K bytes - Click Count (2) -
tests/serializer_test.go
} if result.Data != nil { t.Errorf("expected Data to be nil, got %v", result.Data) } // Test with non-nil value dataValue := map[string]interface{}{"key": "value"} product2 := ProductWithAny{Name: "Product 2", Data: dataValue} if err := DB.Create(&product2).Error; err != nil { t.Fatalf("failed to create product with non-nil any field, got error %v", err) }Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Nov 22 03:14:36 GMT 2025 - 9.3K bytes - Click Count (0)