Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet( NewLogServer, NewLogConsumer, NewDeviceLogServer, )
Functions ¶
func NewLogConsumer ¶
func NewLogConsumer( k *conf.KafkaConfig, ) 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( consumerGroup sarama.ConsumerGroup, c *log.DeviceLogConsumer, ) *DeviceLogServer
Click to show internal directories.
Click to hide internal directories.