chat/internal/domain/const/prefix.go

8 lines
77 B
Go
Raw Normal View History

2025-12-31 09:36:02 +00:00
package consts
const (
AnonUIDPrefix = "anon_"
RoomIDPrefix = "room_"
)