Documentation ¶
Index ¶
Constants ¶
View Source
const ( LoggerName = "PAYSUPER_REPORTER" MIMEApplicationJSON = "application/json" ResponseStatusOk = int32(200) ResponseStatusBadData = int32(400) ResponseStatusSystemError = int32(500) OutputContentTypeXlsx = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" OutputContentTypeCsv = "text/csv" OutputContentTypePdf = "application/pdf" RecipeXlsx = "html-to-xlsx" RecipeCsv = "text" RecipePdf = "chrome-pdf" BrokerMessageRetryMaxCount = 10 BrokerGenerateReportTopicName = "reporter-generate" BrokerPostProcessTopicName = "reporter-post-process" ErrorCastBetweenTypes = "unable to cast between types" ErrorFieldCastTypeFrom = "type_from" ErrorFieldCastTypeTo = "type_to" ErrorFieldValue = "value" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.