github.com/christoph-karpowicz/db_mediator@v0.0.0-20210207102849-61a28a1071d8/internal/server/cfg/cfg.go (about)

     1  package cfg
     2  
     3  const (
     4  	SYNCH_DIR   = "./config/synch"
     5  	WATCHER_DIR = "./config/watch"
     6  )
     7  
     8  type Config interface {
     9  	Validate()
    10  }