consumer.go 55 B

12345
  1. package kafka
  2. type Consumer struct {
  3. client Client
  4. }