Create models module.

This commit is contained in:
Chigozirim Igweamaka 2024-05-09 20:57:03 +01:00
parent 085fca2de8
commit 86a985fd2b

View file

@ -2,5 +2,5 @@ package models
type Table struct {
AnchorTimeMs uint32
SongID string
SongID uint32
}