Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordNotFound record not found error, happens when haven't find any matched data when looking up with a struct ErrRecordNotFound = gorm.ErrRecordNotFound // ErrInvalidSQL invalid SQL error, happens when you passed invalid SQL ErrInvalidSQL = gorm.ErrInvalidSQL // ErrInvalidTransaction invalid transaction when you are trying to `Commit` or `Rollback` ErrInvalidTransaction = gorm.ErrInvalidTransaction // ErrCantStartTransaction can't start transaction when you are trying to start one with `Begin` ErrCantStartTransaction = gorm.ErrCantStartTransaction // ErrUnaddressable unaddressable value ErrUnaddressable = gorm.ErrUnaddressable )
View Source
var Gorm sync.Map
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.