add TODO comments
This commit is contained in:
parent
9d560de452
commit
9ae84a13fc
|
@ -31,11 +31,14 @@ type Engine struct {
|
||||||
mutex *sync.RWMutex
|
mutex *sync.RWMutex
|
||||||
Cacher core.Cacher
|
Cacher core.Cacher
|
||||||
|
|
||||||
|
ShowSQL bool
|
||||||
|
|
||||||
|
// !nashtsai! TODO ought to deprecate these but having logger to control its log level
|
||||||
ShowInfo bool
|
ShowInfo bool
|
||||||
ShowSQL bool
|
|
||||||
ShowErr bool
|
ShowErr bool
|
||||||
ShowDebug bool
|
ShowDebug bool
|
||||||
ShowWarn bool
|
ShowWarn bool
|
||||||
|
// --
|
||||||
|
|
||||||
Logger core.ILogger
|
Logger core.ILogger
|
||||||
TZLocation *time.Location
|
TZLocation *time.Location
|
||||||
|
|
Loading…
Reference in New Issue