package nex

const (
	ServiceTypeAuth   = "id"
	ServiceTypePusher = "pusher"
)