library-go/errs/code/scope.go

14 lines
180 B
Go
Raw Normal View History

2024-08-27 13:52:33 +00:00
package code
// Scope
const (
Unset uint32 = iota
CloudEPPortalGW
CloudEPMember
CloudEPPermission
2024-08-27 14:04:41 +00:00
<<<<<<< HEAD
2024-08-27 14:04:15 +00:00
CloudEPNotification
2024-08-27 14:04:41 +00:00
=======
>>>>>>> refs/remotes/origin/main
2024-08-27 13:52:33 +00:00
)