Skip to content

Latest commit

 

History

History

daemon

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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