Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewCollectionDatabase, NewCollectionConsumerServer, utils.ForceNewKafkaClient, )
Functions ¶
func NewCollectionDatabase ¶
func NewCollectionDatabase( config *conf.GrpcServerConfig, db *collection.CollectionService, ) *utils.GrpcGatewayServer
Types ¶
type CollectionConsumerServer ¶
type CollectionConsumerServer struct {
// contains filtered or unexported fields
}
func NewCollectionConsumerServer ¶
func NewCollectionConsumerServer( kc sarama.Client, c *collection.CollectionConsumer, ) *CollectionConsumerServer
Click to show internal directories.
Click to hide internal directories.