mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 20:45:57 +08:00
group api
This commit is contained in:
@@ -33,11 +33,11 @@ func (o *Group) client(ctx context.Context) (group.GroupClient, error) {
|
||||
return group.NewGroupClient(c), nil
|
||||
}
|
||||
|
||||
func (o *Group) NewCreateGroup(c *gin.Context) {
|
||||
func (o *Group) CreateGroup(c *gin.Context) {
|
||||
a2r.Call(group.GroupClient.CreateGroup, o.client, c)
|
||||
}
|
||||
|
||||
func (o *Group) NewSetGroupInfo(c *gin.Context) {
|
||||
func (o *Group) SetGroupInfo(c *gin.Context) {
|
||||
a2r.Call(group.GroupClient.SetGroupInfo, o.client, c)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user