package outboundip type IpRequestResult struct { Ip string Error error } type IpRequester interface { GetOutboundIp() <-chan IpRequestResult }