✨ Add service type for pusher
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package nex
|
||||
|
||||
const (
|
||||
ServiceTypeAuth = "id"
|
||||
ServiceTypeAuth = "id"
|
||||
ServiceTypePusher = "pusher"
|
||||
)
|
||||
|
Reference in New Issue
Block a user