Documentation ¶
Overview ¶
Package networking is simple network utility collections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RoundrobinDialer ¶
RoundrobinDialer is a wrapper for the DialContext function.
func (*RoundrobinDialer) DialContext ¶
func (d *RoundrobinDialer) DialContext(ctx context.Context, network string, hosts ...string) (net.Conn, error)
DialContext is a connector method with Fail-Over approach.
Click to show internal directories.
Click to hide internal directories.