19 lines
255 B
Go
19 lines
255 B
Go
|
|
package code
|
||
|
|
|
||
|
|
// Scope
|
||
|
|
const (
|
||
|
|
Unset uint32 = iota
|
||
|
|
CloudEPPortalGW
|
||
|
|
CloudEPMember
|
||
|
|
CloudEPPermission
|
||
|
|
CloudEPNotification
|
||
|
|
CloudEPTweeting
|
||
|
|
CloudEPOrder
|
||
|
|
CloudEPFileStorage
|
||
|
|
CloudEPProduct
|
||
|
|
CloudEPSecKill
|
||
|
|
CloudEPCart
|
||
|
|
CloudEPComment
|
||
|
|
CloudEPReaction
|
||
|
|
)
|