Documentation
¶
Index ¶
Constants ¶
View Source
const ( ZeroTimeUCT = "0001-01-01 00:00:00" ZeroTimeUCTZone = ZeroTimeUCT + "+00:00:00" ZeroTimeCST = "0001-01-01 08:05:43" ZeroTimeCSTZone = ZeroTimeCST + "+08:05:43" )
View Source
const ( NotDeletedUCT = dbi.ColumnDeletedAt + " = '" + ZeroTimeUCT + "'" NotDeletedCST = dbi.ColumnDeletedAt + " = '" + ZeroTimeCST + "'" )
View Source
const ( WithNotDeletedUCT = ` AND ` + NotDeletedUCT WithNotDeletedCST = ` AND ` + NotDeletedUCT )
Variables ¶
This section is empty.
Functions ¶
func IsDuplicate ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.