gorm/association.go
2020-01-29 19:22:44 +08:00

6 lines
129 B
Go

package gorm
// Association Mode contains some helper methods to handle relationship things easily.
type Association struct {
}