Documentation ¶ Index ¶ func Start(ctx context.Context, conf Config) error type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Start ¶ func Start(ctx context.Context, conf Config) error Types ¶ type Config ¶ type Config struct { config.MongoConnection WCount int `long:"workers" default:"10" description:"Amount of workers that handle deletions"` Port int `long:"port" default:"80" description:"Port for agent"` } Source Files ¶ View all Source files config.goserver.go Directories ¶ Show internal Expand all Path Synopsis handler requests routes Click to show internal directories. Click to hide internal directories.