mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-07 19:50:07 +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"`
|
Ex string `gorm:"column:ex;size:1024"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (FriendRequest) TableName() string {
|
||||||
|
return "friend_requests"
|
||||||
|
}
|
||||||
|
|
||||||
//message GroupInfo{
|
//message GroupInfo{
|
||||||
// string GroupID = 1;
|
// string GroupID = 1;
|
||||||
// string GroupName = 2;
|
// string GroupName = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user