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 3f82dd5 commit 1b05b2fCopy full SHA for 1b05b2f
models/models_response.go
@@ -2,7 +2,7 @@ package models
2
3
import "time"
4
5
-type ResponseBody struct {
+type ResponseBodyLawsuit struct {
6
Took int `json:"took"`
7
TimedOut bool `json:"timed_out"`
8
Shards Shard `json:"_shards"`
@@ -43,7 +43,7 @@ type Source struct {
43
Court string `json:"tribunal"`
44
DateLastUpdate time.Time `json:"dataHoraUltimaAtualizacao"`
45
Degree string `json:"grau"`
46
- Timestamp time.Time `json:"@timestamp"`
+ Timestamp time.Time `json:"@TimestampCode"`
47
DistributionDate time.Time `json:"dataAjuizamento"`
48
Movements []Movement `json:"movimentos"`
49
Id string `json:"id"`
0 commit comments