gorm/association.go

6 lines
129 B
Go
Raw Normal View History

2020-01-29 14:22:44 +03:00
package gorm
// Association Mode contains some helper methods to handle relationship things easily.
type Association struct {
}