Files
lndhub.go/lib/context.go
Michael Bumann 95512462f6 Cleanup typos (#28)
* Typo

* Typoc
2022-01-16 14:13:45 +01:00

13 lines
139 B
Go

package lib
import (
"github.com/labstack/echo/v4"
"github.com/uptrace/bun"
)
type LndhubContext struct {
echo.Context
DB *bun.DB
}