Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListenConfig ¶
type ListenConfig interface { ListenStream(ctx context.Context) (StreamListener, error) IsVirtual() bool }
type NetworkEnum ¶ added in v0.5.0
type NetworkEnum string
const ( EnumNetworkTCP NetworkEnum = "tcp" EnumNetworkTCP4 NetworkEnum = "tcp4" EnumNetworkTCP6 NetworkEnum = "tcp6" EnumNetworkUnix NetworkEnum = "unix" )
type StreamListener ¶
Click to show internal directories.
Click to hide internal directories.