EdgexAgent/device-gps-go/internal/cache/const_test.go
2025-07-10 20:30:06 +08:00

15 lines
294 B
Go

//
// Copyright (C) 2021 IOTech Ltd
//
// SPDX-License-Identifier: Apache-2.0
package cache
const (
TestDevice = "testDevice"
TestProvisionWatcher = "testWatcher"
TestProfile = "testProfile"
TestDeviceResource = "testResource"
TestDeviceCommand = "testCommand"
)