chat/internal/domain/const/status.go

8 lines
81 B
Go

package consts
const (
StatusWaiting = "waiting"
StatusMatched = "matched"
)