Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection struct {
// contains filtered or unexported fields
}
func New ¶
func New(addr string) (*Connection, error)
func (Connection) Addr ¶
func (c Connection) Addr() string
func (Connection) Close ¶
func (c Connection) Close() error
func (Connection) Connected ¶
func (c Connection) Connected() bool
func (Connection) Echo ¶
func (c Connection) Echo() bool
Click to show internal directories.
Click to hide internal directories.