8 lines
89 B
Go
8 lines
89 B
Go
package controllers
|
|
|
|
import "gorm.io/gorm"
|
|
|
|
type UserConntroller struct {
|
|
DB *gorm.DB
|
|
}
|