otpm/handlers/handler.go
2024-08-21 16:35:46 +08:00

9 lines
94 B
Go

package handlers
import (
"github.com/jmoiron/sqlx"
)
type Handler struct {
DB *sqlx.DB
}