Documentation ¶
Index ¶
Constants ¶
View Source
const ( Unknown = "" UnknownYear = -1 UnknownMonth = -1 UnknownDay = -1 UnknownName = "Unknown" UnknownTitle = UnknownName UnknownID = "zz" )
Defaults.
View Source
const ( Created = "created" Updated = "updated" Deleted = "deleted" )
Event types.
Variables ¶
View Source
var ( ErrDBNotconnected = errors.New("migrate: database not connected") ErrDBTypeNotSupport = errors.New("migrate: database type not support") )
Functions ¶
func String2Map ¶ added in v1.6.2
[?param1=value1&...¶mN=valueN]
Types ¶
Click to show internal directories.
Click to hide internal directories.