mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
members minor bugfixes.
This commit is contained in:
parent
8f277c61c9
commit
4898cecd56
4 changed files with 25 additions and 27 deletions
|
@ -19,7 +19,7 @@ type MemberManager interface {
|
|||
Insert(username string, password string, profile MemberProfile) (string, error)
|
||||
Select(id string) (MemberProfile, error)
|
||||
SelectAll(limit int, offset int) (map[string]MemberProfile, error)
|
||||
Update(id string, profile MemberProfile) error
|
||||
UpdateProfile(id string, profile MemberProfile) error
|
||||
UpdatePassword(id string, passwrod string) error
|
||||
Delete(id string) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue