Fixed lint + fmt
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package models
|
||||
|
||||
// Rights defines rights methods
|
||||
type Rights interface {
|
||||
IsAdmin(*User) bool
|
||||
CanWrite(*User) bool
|
||||
|
Reference in New Issue
Block a user