package
Version:
v0.0.0-...-e6f4ba9
Opens a new window with list of versions in this module.
Published: Feb 14, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewConnection open new db connection
NewSyncLogDBHook creates logrus.Hook instance with given sql.DB handler
NewSyncLogPsqlHook wraps NewSyncLogDBHook, connects to postgresql
type DBConfig struct {
User string `yaml:"user"`
Password string `yaml:"password"`
DBName string `yaml:"dbname"`
Host string `yaml:"host"`
InsertTmpl string `yaml:"inserttmpl"`
}
DBConfig holds configuration for database logging
Source Files
¶
Click to show internal directories.
Click to hide internal directories.