Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Service = &struct { Database, MySQL, SQLite string }{ MySQL: log.Service("mysql"), SQLite: log.Service("sqlite"), } Module = &struct { User string }{ User: log.Module("user"), } )
View Source
var (
Database *sql.Database
)
Functions ¶
func CloseDatabase ¶
func CloseDatabase() error
func OpenSQLite ¶
func OpenSQLite() error
func StartModuleUser ¶
func StartModuleUser() error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.