Nexus/pkg/nex/const.go

7 lines
79 B
Go
Raw Normal View History

package nex
const (
2024-10-24 14:40:14 +00:00
ServiceTypeAuth = "id"
ServiceTypePusher = "pusher"
)