7 lines
124 B
Go
Raw Normal View History

2018-04-12 18:38:04 +09:00
package config
2018-04-10 14:24:03 +09:00
type Kafka struct {
2018-04-14 17:56:30 +09:00
Network string `json:"network,omitempty"`
Address string `json:"address,omitempty"`
2018-04-10 14:24:03 +09:00
}