Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RoundTripper ¶
func RoundTripper(d stream.Dialer) http.RoundTripper
func RoundTripperList ¶ added in v0.4.16
func RoundTripperList(ds []stream.Dialer) []http.RoundTripper
Types ¶
type Random ¶ added in v0.4.16
type Random struct {
// contains filtered or unexported fields
}
func NewRandom ¶ added in v0.4.16
func NewRandom(handlers []http.RoundTripper) *Random
func NewRoundRobin ¶ added in v0.4.16
func NewRoundRobin(handlers []http.RoundTripper) *Random
type RoundRobin ¶ added in v0.4.16
type RoundRobin struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.