Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkService ¶
type NetworkService interface { // ListenAndServe will listen and serve traffic, returns a close and any error that occurred ListenAndServe() (Close, error) }
NetworkService is a network service that can serve remote clients
Click to show internal directories.
Click to hide internal directories.