extension/WebJobs.Extensions.RabbitMQ/Constants.cs (7 lines of code) (raw):
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
namespace Microsoft.Azure.WebJobs.Extensions.RabbitMQ;
internal static class Constants
{
public const string LocalHost = "localhost";
public const string RabbitMQ = "RabbitMQ";
}