Formatted code
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
package models
|
package models
|
||||||
|
|
||||||
type AccessLevel struct {
|
type AccessLevel struct {
|
||||||
Id int `json:"id"`
|
Id int `json:"id"`
|
||||||
Level string `json:"level"`
|
Level string `json:"level"`
|
||||||
SongId int `json:"song_id"`
|
SongId int `json:"song_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user