Change set user type
This commit is contained in:
parent
7c18fe93fa
commit
eea81c7820
@ -5,5 +5,5 @@ import "github.com/josephbmanley/OpenSkins-Common/datatypes"
|
||||
type Userstore interface {
|
||||
Initialize() error
|
||||
GetUser(uid string) (*datatypes.User, error)
|
||||
SetUser(datatypes.User) error
|
||||
SetUser(*datatypes.User) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user