15 lines
294 B
Go
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"
|
|
)
|