7 lines
79 B
Go
7 lines
79 B
Go
package nex
|
|
|
|
const (
|
|
ServiceTypeAuth = "id"
|
|
ServiceTypePusher = "pusher"
|
|
)
|