Files
2019-04-22 18:49:16 +08:00

9 lines
110 B
Go

package kafka
// Config .
type Config struct {
Addr []string
Topic string
Partitions []int32
}