feat(app): update
This commit is contained in:
8
pkg/dto/EnterChatroomDTO.go
Normal file
8
pkg/dto/EnterChatroomDTO.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type EnterChatroomDTO struct {
|
||||
RoomId string
|
||||
EnterRoomSchema string
|
||||
Avatar string
|
||||
NickName string
|
||||
}
|
||||
Reference in New Issue
Block a user