library-go/errs/code/scope.go

12 lines
143 B
Go
Raw Permalink 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-08-27 13:52:33 +00:00
)