Return pointer instead of object
This commit is contained in:
@@ -4,6 +4,6 @@ import "github.com/josephbmanley/OpenSkins-Common/datatypes"
|
||||
|
||||
type Userstore interface {
|
||||
Initialize() error
|
||||
GetUser(uid string) (datatypes.User, error)
|
||||
GetUser(uid string) (*datatypes.User, error)
|
||||
SetUser(datatypes.User) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user