The tchannel.Registrar interface has been extended with an extra method, and there are compile errors in our internal go-common library against ringpop-go/0.6.0
ringpop does not need the whole tchannel.Registrar interface in its duck-typed TChannel interface, just the Register() method.
Coverage remained the same at 94.761% when pulling f7a3f5fb4235514bd81f6ef0b103f5e614f39d50 on narrow-tchannel-expectations into 027b554f7d16399ad51e09133ac2675caf9e16cf on dev.
Recreating #165 to merge to
dev
instead ofmaster
The
tchannel.Registrar
interface has been extended with an extra method, and there are compile errors in our internal go-common library against ringpop-go/0.6.0ringpop does not need the whole
tchannel.Registrar
interface in its duck-typed TChannel interface, just the Register() method.