net

package
v0.0.0-...-cf07a88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2016 License: BSD-3-Clause Imports: 10 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NetConn

type NetConn interface {
	io.ReadWriter
	Handle() error
}

NetConn defines the methods required to handle a network connection to the server.

func NewNetConn

func NewNetConn(c net.Conn) NetConn

NewNetConn creates a new NetConn for the underlying net.Conn network connection.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL