mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
8 lines
143 B
Go
8 lines
143 B
Go
package dynamicquery
|
|
|
|
// OrderBy a set of fields
|
|
type OrderBy struct {
|
|
Label string `json:"label"`
|
|
Direction string `json:"direction"`
|
|
}
|