producer.go 55 B

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