🎉 Initial Commit
This commit is contained in:
8
pkg/nex/const.go
Normal file
8
pkg/nex/const.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package nex
|
||||
|
||||
const (
|
||||
ServiceTypeAuthProvider = "auth"
|
||||
ServiceTypeFileProvider = "files"
|
||||
ServiceTypeInteractiveProvider = "interactive"
|
||||
ServiceTypeMessagingProvider = "messaging"
|
||||
)
|
Reference in New Issue
Block a user