forked from mirror/gorm
6 lines
129 B
Go
6 lines
129 B
Go
|
package gorm
|
||
|
|
||
|
// Association Mode contains some helper methods to handle relationship things easily.
|
||
|
type Association struct {
|
||
|
}
|