mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
Enable in-app backup/restore for global/tenants
Re-mapping of ORG and USER ID values ensures conflict-free merging. Version numbers bumped. Co-Authored-By: Harvey Kandola <harvey@documize.com>
This commit is contained in:
parent
ec1939c01d
commit
db04057d9e
10 changed files with 913 additions and 788 deletions
1
core/env/logger.go
vendored
1
core/env/logger.go
vendored
|
@ -15,6 +15,7 @@ package env
|
|||
// Logger provides the interface for Documize compatible loggers.
|
||||
type Logger interface {
|
||||
Info(message string)
|
||||
Infof(message string, a ...interface{})
|
||||
Trace(message string)
|
||||
Error(message string, err error)
|
||||
// SetDB(l Logger, db *sqlx.DB) Logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue