6 lines
69 B
Go
Raw Normal View History

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