package messaging import me "github.com/tech/sendico/pkg/messaging/envelope" type Producer interface { SendMessage(envelope me.Envelope) error }