Add service type for pusher

This commit is contained in:
2024-10-24 22:40:14 +08:00
parent f51b22f0e8
commit 1b5b2c42e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
package nex
const (
ServiceTypeAuth = "id"
ServiceTypeAuth = "id"
ServiceTypePusher = "pusher"
)