gorm/association.go

6 lines
129 B
Go

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