Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Registry map[string]Constructor = map[string]Constructor{ amqp.Name: amqp.New, dbfixtures.Name: dbfixtures.New, exec.Name: exec.New, grpc.Name: grpc.New, http.Name: http.New, imap.Name: imap.New, kafka.Name: kafka.New, mqtt.Name: mqtt.New, ovhapi.Name: ovhapi.New, rabbitmq.Name: rabbitmq.New, readfile.Name: readfile.New, redis.Name: redis.New, smtp.Name: smtp.New, sql.Name: sql.New, ssh.Name: ssh.New, mongo.Name: mongo.New, web.Name: web.New, }
Registry is a map of executors to executor constructor functions.
Functions ¶
This section is empty.
Types ¶
type Constructor ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.