config.go 64 B

12345
  1. package outbound
  2. type Config struct {
  3. Receivers []*Receiver
  4. }