mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
Add segment data enriching to fields and group by.
This commit is contained in:
parent
bab9e45e80
commit
b5f02e740e
@ -7,4 +7,5 @@ type Field struct {
|
||||
DecimalAdjustment int `json:"decimal_adjustment"`
|
||||
ToNegative bool `json:"to_negative"`
|
||||
Datasets []Dataset `json:"datasets"`
|
||||
Segments []string `json:"segments"`
|
||||
}
|
||||
|
||||
@ -9,4 +9,5 @@ type GroupBy struct {
|
||||
StartDate string `json:"start_date"`
|
||||
EndDate string `json:"end_date"`
|
||||
Datasets []Dataset `json:"datasets"`
|
||||
Segments []string `json:"segments"`
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user