mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-03 22:10:05 +08:00
modify dictory
This commit is contained in:
parent
77b2d4aad0
commit
a6562e5a0e
@ -48,6 +48,5 @@ type FriendModelInterface interface {
|
|||||||
FindInWhoseFriends(ctx context.Context, friendUserID string, pageNumber, showNumber int32) (friends []*FriendModel, total int64, err error)
|
FindInWhoseFriends(ctx context.Context, friendUserID string, pageNumber, showNumber int32) (friends []*FriendModel, total int64, err error)
|
||||||
// 获取好友UserID列表
|
// 获取好友UserID列表
|
||||||
FindFriendUserIDs(ctx context.Context, ownerUserID string) (friendUserIDs []string, err error)
|
FindFriendUserIDs(ctx context.Context, ownerUserID string) (friendUserIDs []string, err error)
|
||||||
GetFriendIDs(ctx context.Context, ownerUserID string) (friendUserIDs []string, err error)
|
|
||||||
NewTx(tx any) FriendModelInterface
|
NewTx(tx any) FriendModelInterface
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user