package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 11, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Producer Producer `toml:"producer"`
}
TODO 显然不能使用接口解析配置信息的,所以这里是错误的
type KProducer struct {
Hosts []string `toml:"hosts"`
Topic string `toml:"topic"`
}
type Producer interface {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.