forked from mirror/gorm
10 lines
170 B
Go
10 lines
170 B
Go
|
package callbacks
|
||
|
|
||
|
import (
|
||
|
"github.com/jinzhu/gorm"
|
||
|
"github.com/jinzhu/gorm/schema"
|
||
|
)
|
||
|
|
||
|
func preload(db *gorm.DB, preloadFields []string, rel *schema.Relationship) {
|
||
|
}
|