Documentation
¶
Overview ¶
Package app configures and runs application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "DEVELOPMENT"
Functions ¶
func MigrationError ¶
Types ¶
type DB ¶ added in v1.0.1
type DB interface { Close() error QueryContext(ctx context.Context, query string, args ...interface{}) (*sql.Rows, error) ExecContext(ctx context.Context, query string, args ...interface{}) (sql.Result, error) }
DB is an interface for database operations.
type HTTPServer ¶ added in v1.0.1
HTTPServer is an interface for the HTTP server.
Click to show internal directories.
Click to hide internal directories.