Documentation
¶
Index ¶
- Constants
- Variables
- func DialURL(addr string, transportParams url.Values) (net.Conn, error)
- func IsStdioAddr(addr string) bool
- func ListenURL(addr string, transportParams url.Values) (net.Listener, error)
- func NewStdioConn() stdnet.Conn
- func SetBacklogSize(backlog int) error
- type DialFunc
- type ListenFunc
- type PrimedDialerFunc
- type TransportDialFunc
- type TransportListenFunc
Constants ¶
View Source
const StdioScheme = "stdio"
Variables ¶
View Source
var Dialers = ®istry.Registry[DialFunc]{}
View Source
var Listeners = ®istry.Registry[ListenFunc]{}
Functions ¶
func IsStdioAddr ¶ added in v0.0.4
func NewStdioConn ¶ added in v0.0.4
func SetBacklogSize ¶
Types ¶
type ListenFunc ¶
type PrimedDialerFunc ¶
func CreateDialer ¶
func CreateDialer(addr string, transportParams url.Values) (PrimedDialerFunc, error)
type TransportDialFunc ¶
Click to show internal directories.
Click to hide internal directories.