We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b05b2f commit 17b4d00Copy full SHA for 17b4d00
models/models_request.go
@@ -1,13 +1,13 @@
1
package models
2
3
-type BodyRequest struct {
4
- Query Query `json:"query,omitempty"`
+type BodyRequestLawsuit struct {
+ Query QueryLawsuit `json:"query,omitempty"`
5
}
6
7
-type Query struct {
8
- Match Match `json:"match,omitempty"`
+type QueryLawsuit struct {
+ Match MatchLawsuit `json:"match,omitempty"`
9
10
11
-type Match struct {
+type MatchLawsuit struct {
12
CNJNumber string `json:"numeroProcesso,omitempty"`
13
0 commit comments