seek-tune/models/models.go
2024-05-03 05:29:48 +01:00

6 lines
80 B
Go

package models
type Table struct {
AnchorTimeMs uint32
SongID string
}