ShOrgRu/pkg/handler/handler.go

8 lines
86 B
Go

package handler
import "github.com/uptrace/bun"
type Handler struct {
DB *bun.DB
}