package
0.0.0-20200513085925-1d97044de574
Repository: https://github.com/ver13/ava.git
Documentation: pkg.go.dev

# Functions

ParseBrokerServiceType attempts to convert a string to a BrokerServiceType.

# Constants

BrokerServiceTypeHTTP is a BrokerServiceType of type HTTP.
BrokerServiceTypeKafka is a BrokerServiceType of type Kafka.
BrokerServiceTypeMemory is a BrokerServiceType of type Memory.
BrokerServiceTypeNATS is a BrokerServiceType of type NATS.
BrokerServiceTypeRabbitMQ is a BrokerServiceType of type RabbitMQ.
BrokerServiceTypeUnknown is a BrokerServiceType of type Unknown.

# Type aliases

BrokerServiceType x ENUM( HTTP Kafka Memory NATS RabbitMQ Unknown ).