mirror of https://github.com/go-gorm/gorm.git
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 {
|
||
|
}
|