Documentation
¶
Overview ¶
Package connection implements a simple TCP server, allowing Locksmith to accept connections.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TCPAcceptor ¶
type TCPAcceptor interface {
Start() error
Stop()
}
func NewTCPAcceptor ¶
func NewTCPAcceptor(options *TCPAcceptorOptions) TCPAcceptor
Click to show internal directories.
Click to hide internal directories.