package
0.3.2
Repository: https://github.com/jeffrom/logd.git
Documentation: pkg.go.dev

# Functions

NewHttp returns a new instance of *Http.
NewMockSocket returns a new instance of a mock socket server.
NewSocket will return a new instance of a log server.

# Structs

Conn is a wrapped net.Conn.
Http implements transport.Server interface.
MockSocket is a socket server using a net.Pipe internally.
Socket handles socket connections.