aboutsummaryrefslogblamecommitdiff
path: root/pkg/handler/handler.go
blob: 5ba3966fb8f456d44c764974451c073d9dd2ab34 (plain) (tree)
1
2
3
4
5
6
7






                               
package handler

import "github.com/uptrace/bun"

type Handler struct {
	DB *bun.DB
}