New user profile
This commit is contained in:
@ -9,8 +9,8 @@ type Genres struct {
|
||||
NumericHash uint64
|
||||
}
|
||||
|
||||
// Type returns the diff type.
|
||||
func (diff *Genres) Type() string {
|
||||
// TypeName returns the diff type.
|
||||
func (diff *Genres) TypeName() string {
|
||||
return "Genres"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user