github.com/machinefi/w3bstream@v1.6.5-rc9.0.20240426031326-b8c7c4876e72/pkg/enums/global.go (about) 1 package enums 2 3 const ( 4 EVENTTYPEDEFAULT = "DEFAULT" 5 MONITOR_EVENTTYPEDEFAULT = "MONITOR_DEFAULT" 6 ) 7 8 const ( 9 ApiGroupAccount = "Account" 10 ApiGroupAccountDesc = "View and manage account" 11 ApiGroupAccountRegister = "Account Register" 12 ApiGroupAccountRegisterDesc = "Account register" 13 ApiGroupAccountAccessKey = "Account Access Key" 14 ApiGroupAccountAccessKeyDesc = "View and manage access token" 15 ApiGroupApplet = "Applet" 16 ApiGroupAppletDesc = "View and manage applet" 17 ApiGroupConfiguration = "Configuration" 18 ApiGroupConfigurationDesc = "View global configuration" 19 ApiGroupCronjob = "Cronjob" 20 ApiGroupCronjobDesc = "View and manage system cronjob" 21 ApiGroupDeploy = "Deploy" 22 ApiGroupDeployDesc = "View and manage wasm vm instances" 23 ApiGroupEvent = "Event" 24 ApiGroupEventDesc = "Event handle entry" 25 ApiGroupLogin = "Login" 26 ApiGroupLoginDesc = "Account login" 27 ApiGroupMonitor = "Monitor" 28 ApiGroupMonitorDesc = "View and manage blockchain related monitor" 29 ApiGroupOperator = "Operator" 30 ApiGroupOperatorDesc = "View and manage account blockchain operator" 31 ApiGroupProject = "Project" 32 ApiGroupProjectDesc = "View and manage project" 33 ApiGroupProjectConfig = "Project Config" 34 ApiGroupProjectConfigDesc = "View and manage project config" 35 ApiGroupProjectOperator = "Project Operator" 36 ApiGroupProjectOperatorDesc = "View and manage project blockchain operator" 37 ApiGroupPublisher = "Publisher" 38 ApiGroupPublisherDesc = "View and manage publisher (device)" 39 ApiGroupResource = "Resource" 40 ApiGroupResourceDesc = "View and manage wasm resource" 41 ApiGroupStrategy = "Strategy" 42 ApiGroupStrategyDesc = "View and manage event routing strategy" 43 ApiGroupTrafficLimit = "Traffic Limit" 44 ApiGroupTrafficLimitDesc = "View and manage system traffic" 45 ApiGroupWasmLog = "Wasm Log" 46 ApiGroupWasmLogDesc = "View and manage wasm logs" 47 )