Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoStageExecutor is returned when a stage has no configured // executor. ErrNoStageExecutor = errors.New("no executor for stage") )
Functions ¶
Types ¶
type Params ¶
type Params struct { Registry *prometheus.Registry DHCP4 executor.DHCP4 DNS executor.DNS ETCD executor.ETCD HTTP executor.HTTP LDAP executor.LDAP Memcache executor.Memcache Redis executor.Redis SQL executor.SQL SNMP executor.SNMP SSH executor.SSH UDP executor.UDP Websocket executor.Websocket }
Params is used for configuring a Stage executor.
Click to show internal directories.
Click to hide internal directories.