zlog/diode/internal/diodes
Olivier Poitrey 77db4b4f35 Embed the diode lib to avoid test dependencies
This commit introduces a breaking change in the diode API in order to
hide the diodes package interface. This removes a good number of
dependencies introduced by the test framework used by the diodes
package.
2018-05-24 19:15:40 -07:00
..
README Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
many_to_one.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
one_to_one.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
poller.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00
waiter.go Embed the diode lib to avoid test dependencies 2018-05-24 19:15:40 -07:00

README

Copied from https://github.com/cloudfoundry/go-diodes to avoid test dependencies.