package
Version:
v0.0.0-...-c60c99b
Opens a new window with list of versions in this module.
Published: Feb 14, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
Database *sql.DB
}
type Config struct {
Addr string `help:"The address to listen on" default:":8080" env:"ADDR"`
Database database.Config `embed:""`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.