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 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 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.
Click to show internal directories.
Click to hide internal directories.