7 lines
86 B
Go
7 lines
86 B
Go
package handler
|
|
|
|
import "github.com/uptrace/bun"
|
|
|
|
type Handler struct {
|
|
DB *bun.DB
|
|
}
|