enums

package
v1.0.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MessageFailedConnectBroker            = "{ERROR_BROKER} failed to connect"
	MessageFailedCreateChannelPublish     = "{ERROR_BROKER} failed to create channel while publishing"
	MessageFailedDeclareExchangePublish   = "{ERROR_BROKER} failed to declare exchange while publishing"
	MessageFailedCreateChannelConsume     = "{ERROR_BROKER} failed to create channel in consume"
	MessageFailedCreateQueueConsume       = "{ERROR_BROKER} error declaring queue in consumer"
	MessageFailedConsumeHandlingDelivery  = "{ERROR_BROKER} consume error while handling deliveries"
	MessageFailedSetConsumerPrefetch      = "{ERROR_BROKER} failed to set consumer prefetch"
	MessageFailedToDeclareExchangeQueue   = "{ERROR_BROKER} failed to declare exchange while declaring queue"
	MessageFailedBindQueueConsume         = "{ERROR_BROKER} failed to queue bind in consume"
	MessageWarningDefaultBrokerConnection = "{WARN} your user or password for connection with message broker " +
		"is default content, please change for you best security"
)
View Source
const (
	EnvBrokerHost     = "HORUSEC_BROKER_HOST"
	EnvBrokerPort     = "HORUSEC_BROKER_PORT"
	EnvBrokerUsername = "HORUSEC_BROKER_USERNAME"
	EnvBrokerPassword = "HORUSEC_BROKER_PASSWORD" //nolint:gosec // false positive

	DefaultUsername = "guest"
	DefaultPassword = "guest"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL