package
0.0.0-20230529083320-c291592156da
Repository: https://github.com/go-goim/user-service.git
Documentation: pkg.go.dev

# Constants

1 day.
UserMaxRelationCount is the max count of user relation.
No description provided by the author
No description provided by the author

# Structs

Friend is the model of user relation table based on gorm, which is used for user relation management.
FriendRequest is the model of fiend request table based on gorm, which is used for add friend request.
Group is the model of group table based on gorm, which contains group basic info.
GroupMember is the model of group_member table based on gorm, which contains group member info.
User is the model of user table based on gorm, which contains user basic info.