messages

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CouldNotGetIndexes = "Could not get indexes:"
View Source
var DBConnectionError = func(identifier string, err error) string {
	return fmt.Sprintf("[%s] Can't connect to database: %s", identifier, err)
}
View Source
var InputParamNotParseable = "Input param is not parseable."
View Source
var MissingRequestURL = "Request must contain an URL"
View Source
var MissingRequiredEnv = func(key string) string {
	return "missing required env variable " + key
}
View Source
var RedisConnectionError = func(identifier string, err error) string {
	return fmt.Sprintf("[%s] Can't connect to redis: %s", identifier, err)
}
View Source
var RefNotSliceOrArray = "Reference must be a slice or an array."
View Source
var RequestMethodNotAllowed = "Request method must be GET, POST, PATCH, PUT or DELETE"
View Source
var SQSErrorFetchingQueue = "Error fetching queue URL"
View Source
var SQSMissingConfigParams = "Missing required config params: "
View Source
var SnsTopicError = func(topicName string, err error) string {
	return fmt.Sprintf("Error fetching SNS topic [%s]: %s", topicName, err)
}
View Source
var UnableToConvertToBool = func(key string) string {
	return "unable to convert " + key + " to bool"
}
View Source
var UnableToConvertToInt = func(key string) string {
	return "unable to convert " + key + " to int"
}

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