Nexus/pkg/nex/const.go

7 lines
79 B
Go

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