1
This commit is contained in:
parent
e60d7eec58
commit
86cd3c116f
@ -78,10 +78,6 @@ type Guild interface {
|
|||||||
AsyncFillMFGuild(*cs.MFGuild, func(int32, string))
|
AsyncFillMFGuild(*cs.MFGuild, func(int32, string))
|
||||||
}
|
}
|
||||||
|
|
||||||
type GuildMember interface {
|
|
||||||
GetAccountId() string
|
|
||||||
}
|
|
||||||
|
|
||||||
type GuildMgr interface {
|
type GuildMgr interface {
|
||||||
GetGuildByGuildId(string) Guild
|
GetGuildByGuildId(string) Guild
|
||||||
GetGuildByAccountId(string) Guild
|
GetGuildByAccountId(string) Guild
|
||||||
@ -113,15 +109,6 @@ type CacheMgr interface {
|
|||||||
|
|
||||||
type UserProfile interface {
|
type UserProfile interface {
|
||||||
GetAccountId() string
|
GetAccountId() string
|
||||||
GetUserName() string
|
|
||||||
GetAvatar() string
|
|
||||||
GetAvatarHead() string
|
|
||||||
GetStar() int32
|
|
||||||
GetTotalKills() int32
|
|
||||||
GetTotalWinTimes() int32
|
|
||||||
GetRank() int32
|
|
||||||
GetOnlineStatus() int32
|
|
||||||
GetLastLoginTime() int32
|
|
||||||
FillMFUser(*cs.MFUser)
|
FillMFUser(*cs.MFUser)
|
||||||
FillMFGuildMember(*cs.MFGuildMember)
|
FillMFGuildMember(*cs.MFGuildMember)
|
||||||
}
|
}
|
||||||
|
2
third_party/f5
vendored
2
third_party/f5
vendored
@ -1 +1 @@
|
|||||||
Subproject commit c1fe4f0cb152185fd022522a67267b317acb51a7
|
Subproject commit 36d0006a85823a31e6fe199388723be542c1ec55
|
Loading…
x
Reference in New Issue
Block a user