10 lines
138 B
Go

package coinledger
type listQuery struct {
Page int
PageSize int
UserKeyword string
StartAtMS int64
EndAtMS int64
}