6 lines
64 B
Go
Raw Normal View History

2015-12-07 19:32:38 +00:00
package outbound
type Config struct {
Receivers []*Receiver
2015-12-07 19:32:38 +00:00
}