mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-18 09:24:19 +00:00
6 lines
81 B
Go
6 lines
81 B
Go
package models
|
|
|
|
type Couple struct {
|
|
AnchorTimeMs uint32
|
|
SongID uint32
|
|
}
|