mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-05 23:27:04 +08:00
7 lines
100 B
Go
7 lines
100 B
Go
package types
|
|
|
|
type ZSetItem struct {
|
|
Value string `json:"value"`
|
|
Score float64 `json:"score"`
|
|
}
|