blob: 9ced04b7e6075274a7da4a10f6f0685e1459ed8f [file] [log] [blame]
package constants
const (
UnableToParseBody = "unable_to_parse_body"
UnMarshalJSONError = "unmarshal_json_error"
ErrorConvertReqBodyToEntity = "error_convert_reqBody_to_entity"
ConfigQuotaBasePath = "quota_base_path"
QuotaBasePathDefault = "/quota"
ConfigCounterServiceBasePath = "counterService_base_path"
URLCounterServiceNotSet = "url_counter_service_not_set"
URLCounterServiceInvalid = "url_counter_service_invalid"
MarshalJSONError = "marshal_JSON_error"
)