package
Version:
v0.0.0-...-44e1a4f
Opens a new window with list of versions in this module.
Published: Mar 28, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
NATS = "nats"
Beanstalkd = "beanstalkd"
Kafka = "kafka"
ActiveMQ = "activemq"
RabbitMQ = "rabbitmq"
NSQ = "nsq"
)
These are supported message brokers.
type Config struct {
GoogleCloudProjectID string
GoogleCloudJSONKey string
}
Config contains configuration settings for the Flotilla daemon.
Daemon is the server portion of Flotilla which runs on machines we want to
communicate with and include in our benchmarks.
NewDaemon creates and returns a new Daemon from the provided Config. An
error is returned if the Daemon cannot be created.
Start will allow the Daemon to begin processing requests. This is a blocking
call.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.