mirror of
https://github.com/cgzirim/seek-tune.git
synced 2025-12-17 17:04:22 +00:00
Create models module.
This commit is contained in:
parent
085fca2de8
commit
86a985fd2b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ package models
|
|||
|
||||
type Table struct {
|
||||
AnchorTimeMs uint32
|
||||
SongID string
|
||||
SongID uint32
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue