package
Version:
v0.0.0-...-1fec092
Opens a new window with list of versions in this module.
Published: Nov 13, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Address string `default:":6000"`
BufferSize int `default:"1024" split_words:"true"`
}
type Handler interface {
Handle(conn net.Conn, buf []byte)
}
New returns a new Server instance
Run starts the listener and handles incoming connections
Source Files
¶
Click to show internal directories.
Click to hide internal directories.