8 lines
77 B
Go
8 lines
77 B
Go
package handler
|
|
|
|
import "gorm.io/gorm"
|
|
|
|
type Handler struct {
|
|
DB *gorm.DB
|
|
}
|