backend/pkg/library/errs/code/scope.go

19 lines
255 B
Go
Raw Normal View History

2025-10-02 14:56:14 +00:00
package code
// Scope
const (
Unset uint32 = iota
CloudEPPortalGW
CloudEPMember
CloudEPPermission
CloudEPNotification
CloudEPTweeting
CloudEPOrder
CloudEPFileStorage
CloudEPProduct
CloudEPSecKill
CloudEPCart
CloudEPComment
CloudEPReaction
)