dev.azure.com/aidainnovazione0090/DeviceManager/_git/go-mod-core-contracts@v1.0.2/clients/http/const_test.go (about)

     1  //
     2  // Copyright (C) 2021 IOTech Ltd
     3  //
     4  // SPDX-License-Identifier: Apache-2.0
     5  
     6  package http
     7  
     8  const (
     9  	TestIntervalName       = "TestIntervalName"
    10  	TestFrequency          = "30s"
    11  	TestIntervalActionName = "TestIntervalActionName"
    12  	TestHost               = "localhost"
    13  	TestPort               = 48089
    14  	TestHTTPMethod         = "GET"
    15  
    16  	TestSubscriptionName = "TestSubscriptionName"
    17  	TestReceiver         = "user"
    18  	TestCategory         = "health-check"
    19  	TestLabel            = "rest"
    20  	ExampleUUID          = "82eb2e26-0f24-48aa-ae4c-de9dac3fb9bc"
    21  )