Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllConnectorsFlavor ¶
type AllConnectorsFlavor struct { *local.FlavorLocal *etcd.FlavorEtcd *kafka.FlavorKafka *redis.FlavorRedis *cassandra.FlavorCassandra *rpc.FlavorRPC // contains filtered or unexported fields }
AllConnectorsFlavor is combination of RPC, ETCD, Kafka, Redis, Cassandra flavors User can enable those connectors by providing configs for them.
func (*AllConnectorsFlavor) Inject ¶
func (f *AllConnectorsFlavor) Inject() bool
Inject sets object references
func (*AllConnectorsFlavor) Plugins ¶
func (f *AllConnectorsFlavor) Plugins() []*core.NamedPlugin
Plugins combines all Plugins in flavor to the list
Click to show internal directories.
Click to hide internal directories.