mirror of
https://github.com/vee1e/kubeedge.git
synced 2026-09-01 18:27:38 +00:00
12 lines
270 B
Go
12 lines
270 B
Go
package constants
|
|
|
|
// Service level constants
|
|
const (
|
|
ResourceTypeTwinEdgeUpdated = "twin/edge_updated"
|
|
ResourceTypeMembershipDetail = "membership/detail"
|
|
ResourceDeviceStateUpdated = "state/update"
|
|
|
|
// Group
|
|
GroupTwin = "twin"
|
|
GroupResource = "resource"
|
|
)
|