We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cd9e03 + 1997864 commit a3db6d2Copy full SHA for a3db6d2
1 file changed
sdk.go
@@ -23,18 +23,18 @@ type Source struct {
23
}
24
25
type RawData struct {
26
- Source
27
- Url string `json:"url"`
28
- Data string `json:"data"`
+ Source Source `json:"source"`
+ Url string `json:"url"`
+ Data string `json:"data"`
29
30
31
type Documents struct {
32
Documents []RawData `json:"documents"`
33
34
35
type ResponseData struct {
36
37
+ Source Source
38
39
40
// DBClient struct consist payload and collection name
0 commit comments