mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-06 02:45:46 +08:00
Refactor code
This commit is contained in:
parent
225c0a9b03
commit
8883701297
@ -47,6 +47,10 @@ type FriendRequest struct {
|
||||
Ex string `gorm:"column:ex;size:1024"`
|
||||
}
|
||||
|
||||
func (FriendRequest) TableName() string {
|
||||
return "friend_requests"
|
||||
}
|
||||
|
||||
//message GroupInfo{
|
||||
// string GroupID = 1;
|
||||
// string GroupName = 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user