Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewLogServer, utils.ForceNewKafkaClient, NewConsumerGroup, NewDeviceLogServer, )
Functions ¶
func NewConsumerGroup ¶ added in v0.3.0
func NewConsumerGroup( cli sarama.Client, ) sarama.ConsumerGroup
func NewLogServer ¶
func NewLogServer( config *conf.GrpcServerConfig, lg *log.LogService, ) *utils.GrpcGatewayServer
Types ¶
type DeviceLogServer ¶
type DeviceLogServer struct {
// contains filtered or unexported fields
}
func NewDeviceLogServer ¶
func NewDeviceLogServer( group sarama.ConsumerGroup, c *log.DeviceLogConsumer, ) *DeviceLogServer
Click to show internal directories.
Click to hide internal directories.