Documentation
¶
Overview ¶
Package check provides various configuration and health checks that can be run against a sql.DB connection.
Index ¶
Constants ¶
View Source
const ( // Formats for table names NameFormatSentinel = "_%s_sentinel" NameFormatCheckpoint = "_%s_chkpnt" NameFormatNew = "_%s_new" NameFormatOld = "_%s_old" NameFormatOldTimeStamp = "_%s_old_%s" NameFormatTimestamp = "20060102_150405" )
Variables ¶
View Source
var ( // The number of extra characters needed for table names with all possible // formats. These vars are calculated in the `init` function below. NameFormatNormalExtraChars = 0 NameFormatTimestampExtraChars = 0 )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.