fix_api
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
package room
|
||||
|
||||
import (
|
||||
"context"
|
||||
v1 "TrangleAgent/api/room/v1"
|
||||
"TrangleAgent/internal/dao"
|
||||
"TrangleAgent/internal/model"
|
||||
"TrangleAgent/internal/model/entity"
|
||||
"TrangleAgent/internal/service"
|
||||
"context"
|
||||
)
|
||||
|
||||
// 房间相关方法
|
||||
type sRoom struct{}
|
||||
|
||||
func New() *sRoom {
|
||||
|
||||
Reference in New Issue
Block a user