making changes to common library, starting to integrate database functions

This commit is contained in:
2020-06-11 17:24:35 -04:00
parent 0ecb0b96ce
commit d335549fd5
15 changed files with 317 additions and 145 deletions

View File

@@ -2,11 +2,11 @@ package engine
import (
logger "github.com/apsdehal/go-logger"
radovskyb "github.com/radovskyb/watcher"
watcher "github.com/radovskyb/watcher"
)
type Watcher struct {
*radovskyb.Watcher
type FileWatcher struct {
*watcher.Watcher
*logger.Logger
Enabled bool
KEYFOLDER string