ShOrgRu/pkg/handler/handler.go

8 lines
86 B
Go
Raw Normal View History

2024-10-06 17:04:37 +03:00
package handler
import "github.com/uptrace/bun"
type Handler struct {
DB *bun.DB
}