Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChildRequest ¶
type ChildRequest struct {
Addresses []string `json:"addresses"`
}
type Config ¶
type Config struct { Dialer Dialer // let empty for default dialer Network string // "tcp" (default), "tcp4", "tcp6", "unix" or "unixpacket" Addresses []string Run func([]net.Listener) error // all running connections should be closed before returning (srv.Shutdown for http.Server for instance) ErrorHandler func(string, error) }
type PrefixDialer ¶
type PrefixDialer struct {
Prefix string
}
PrefixDialer uses github.com/Microsoft/go-winio.{DialPipe,ListenPipe} on windows and net.{Dial,Listen} on other platforms.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.