chat/internal/domain/const/prefix.go

8 lines
77 B
Go

package consts
const (
AnonUIDPrefix = "anon_"
RoomIDPrefix = "room_"
)