Documentation
¶
Index ¶
Constants ¶
View Source
const ( SUCCESS_CODE = "101" PENDING_CODE = "102" FAILED_CODE = "103" // Error berhubungan dengan data DATA_NOT_FOUND_CODE = "201" VALIDATE_ERROR_CODE = "202" SYSTEM_ERROR_CODE = "501" UNDEFINED_ERROR_CODE = "502" EMPTY_VALUE = "" FALSE_VALUE = false TRUE_VALUE = true LAYOUT_TIMESTAMP = "2006-01-02 15:04:05" LAYOUT_HOUR = "15:04" LAYOUT_DATE = "2006-01-02" LAYOUT_TIMESTAMP_GOLANG = "2006-01-02T15:04:05Z" EMPTY_VALUE_INT = 0 PRODUCT_COLLECTION = "product_col" )
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.