Chore: touch file for room templ
This commit is contained in:
@ -8,3 +8,9 @@ import (
|
||||
func createRoom(ctx context.Context, req *models.RoomReq) (*models.RoomPublic, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
// context
|
||||
func getRoomIDFromCtx(ctx context.Context) string {
|
||||
id, _ := ctx.Value(models.CtxRoomIDKey).(string)
|
||||
return id
|
||||
}
|
||||
|
Reference in New Issue
Block a user