library-go/errs/code/scope.go

13 lines
157 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:15 +00:00
CloudEPNotification
2024-08-29 00:42:07 +00:00
CloudEPTweeting
2024-10-06 07:55:18 +00:00
CloudEPOrder
2024-08-27 13:52:33 +00:00
)