Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
10
pkg/common/handlers/handlers.go
Normal file
10
pkg/common/handlers/handlers.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package handlers
|
||||
|
||||
const (
|
||||
UpdateManifest = "update_manifest"
|
||||
UpdateManifestInstall = "update_manifest_install"
|
||||
UpdateManifestCancel = "update_manifest_cancel"
|
||||
CarUpdateStatus = "car_update_status"
|
||||
GetFileKeys = "get_filekeys"
|
||||
FileKeys = "filekeys"
|
||||
)
|
||||
Reference in New Issue
Block a user