Added accesslevel model
This commit is contained in:
8
models/accesslevel.go
Normal file
8
models/accesslevel.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type AccessLevel struct {
|
||||
Id int `json:"id"`
|
||||
Level string `json:"level"`
|
||||
SongId int `json:"song_id"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user