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