Documentation
¶
Overview ¶
Package dialer holds the dialer implementation for the water transport.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DialerParameters ¶
type DialerParameters struct { // An optional golog.Logger used for keeping compatibility with http-proxy // and flashlight logger. If not defined the dialer will use the default // water logger. Logger golog.Logger Transport string // Specifies transport being used. WASM []byte // The WASM module to use. }
DialerParameters are used when creating a new dialer.
Click to show internal directories.
Click to hide internal directories.