mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
6 lines
80 B
Go
6 lines
80 B
Go
package models
|
|
|
|
type Table struct {
|
|
AnchorTimeMs uint32
|
|
SongID string
|
|
}
|