Documentation
¶
Overview ¶
Package app represents the composed REST API and Web application
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseType ¶
type DatabaseType string
DatabaseType is the type of the database being used.
const ( DatabaseSQLite DatabaseType = "sqlite" DatabasePostgres DatabaseType = "postgres" )
Database types.
Click to show internal directories.
Click to hide internal directories.