dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/models/const_test.go (about) 1 // 2 // Copyright (C) 2021 IOTech Ltd 3 // 4 // SPDX-License-Identifier: Apache-2.0 5 6 package models_test 7 8 const ( 9 ExampleUUID = "82eb2e26-0f24-48aa-ae4c-de9dac3fb9bc" 10 TestIntervalName = "TestInterval" 11 TestIntervalActionName = "TestIntervalAction" 12 TestHost = "localhost" 13 TestPort = 48089 14 TestHTTPMethod = "GET" 15 TestPublisher = "testPublisher" 16 TestTopic = "testTopic" 17 18 TestSubscriptionName = "TestSubscriptionName" 19 TestSubscriptionReceiver = "TestReceiver" 20 )