Documentation
¶
Overview ¶
Package collector is the daemon collector main goroutine
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Headers = []string{ "svcname", "action", "hostname", "sid", "version", "begin", "status_log", "cron", } WatchDir = filepath.Join(rawconfig.Paths.Log, "actions") FeedPingerInterval = time.Second * 5 )
View Source
var (
ErrZeroPath = errors.New("zero path")
)
Functions ¶
This section is empty.
Types ¶
type ObjectWithoutConfig ¶
type ObjectWithoutConfig struct {
ObjectWithoutConfig *[]string `json:"object_without_config"`
}
ObjectWithoutConfig used to decode response of post feed daemon status and ping
Click to show internal directories.
Click to hide internal directories.