File: cmdline.go

package info (click to toggle)
receptor 1.5.5-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,772 kB
  • sloc: python: 1,643; makefile: 305; sh: 174
file content (11 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
//go:build !no_workceptor
// +build !no_workceptor

package workceptor

import "github.com/ghjm/cmdline"

var workersSection = &cmdline.ConfigSection{
	Description: "Commands to configure workers that process units of work:",
	Order:       30,
}