Files
astra-users/handler/handler.go
2023-06-23 20:51:41 +03:00

8 lines
77 B
Go

package handler
import "gorm.io/gorm"
type Handler struct {
DB *gorm.DB
}