Documentation ¶
Overview ¶
Code generated by slice-converter; DO NOT EDIT. See github.com/bombsimon/gorm-bulk
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MyTypePtrSliceToInterfaceSlice ¶
func MyTypePtrSliceToInterfaceSlice(ts []*MyType) []interface{}
MyTypePtrSliceToInterfaceSlice returns an interface slice with MyTypes.
func MyTypeSliceToInterfaceSlice ¶
func MyTypeSliceToInterfaceSlice(ts []MyType) []interface{}
MyTypeSliceToInterfaceSlice returns an interface slice with MyTypes.
func UpdateCustomFunc ¶
UpdateCustomFunc runs a bulk update on all passed MyType and will format the SQL according to the myExecFunc changes.
Types ¶
Click to show internal directories.
Click to hide internal directories.