db
import "github.com/nickrucinski/cloverapi/internal/db"
Index
- Variables
- func AuthRequest(method string, route string, body any, out any) error
- func InitDB() error
- func StorageRequest(method string, route string, body io.Reader, contentType string, out any) error
Variables
var DB *pgxpool.Pool
func AuthRequest
func AuthRequest(method string, route string, body any, out any) error
func InitDB
func InitDB() error
func StorageRequest
func StorageRequest(method string, route string, body io.Reader, contentType string, out any) error
Generated by gomarkdoc