package controllers import "gorm.io/gorm" type UserConntroller struct { DB *gorm.DB }