Documentation
¶
Overview ¶
Package app configures and runs application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CertStore security.Storager
CertStore holds the certificate store for domain certificates (set during Init).
View Source
var Version = "DEVELOPMENT"
Functions ¶
func MigrationError ¶
Types ¶
type DB ¶
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 ¶
HTTPServer is an interface for the HTTP server.
Click to show internal directories.
Click to hide internal directories.