daemon -- import "github.com/Clever/sphinx/daemon" Usage type Daemon type Daemon interface { Start() LoadConfig(config config.Config) error } func New func New(config config.Config) (Daemon, error) NewDaemon takes in config.Configuration and creates a sphinx listener