Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
examples/callbacks
command
|
|
|
examples/dataloader
command
|
|
|
examples/mycachedapp
command
|
|
|
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
|
Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
|
examples/codec/client
command
|
|
|
examples/codec/server
command
|
|
|
examples/custom_codec/client
command
|
|
|
examples/custom_codec/server
command
|
|
|
examples/echo_tcp
command
|
|
|
examples/echo_udp
command
|
|
|
examples/echo_uds
command
|
|
|
examples/http
command
|
|
|
examples/push
command
|
|
|
internal/logging
Package logging provides logging functionality for gnet server, it sets up a default logger (powered by go.uber.org/zap) which is about to be used by gnet server, it also allows users to replace the default logger with their customized logger by just implementing the `Logger` interface and assign it to the functional option `Options.Logger`, pass it to `gnet.Serve` method.
|
Package logging provides logging functionality for gnet server, it sets up a default logger (powered by go.uber.org/zap) which is about to be used by gnet server, it also allows users to replace the default logger with their customized logger by just implementing the `Logger` interface and assign it to the functional option `Options.Logger`, pass it to `gnet.Serve` method. |
|
internal/netpoll/queue
Package queue delivers an implementation of lock-free concurrent queue based on the algorithm presented by Maged M. Michael and Michael L. Scot.
|
Package queue delivers an implementation of lock-free concurrent queue based on the algorithm presented by Maged M. Michael and Michael L. Scot. |
|
internal/queue
Package queue delivers an implementation of lock-free concurrent queue based on the algorithm presented by Maged M. Michael and Michael L. Scot.
|
Package queue delivers an implementation of lock-free concurrent queue based on the algorithm presented by Maged M. Michael and Michael L. Scot. |
|
internal/socket
Package socket provides functions that return fd and net.Addr based on given the protocol and address with a SO_REUSEPORT option set to the socket.
|
Package socket provides functions that return fd and net.Addr based on given the protocol and address with a SO_REUSEPORT option set to the socket. |
|
logging
Package logging provides logging functionality for gnet server, it sets up a default logger (powered by go.uber.org/zap) which is about to be used by gnet server, it also allows users to replace the default logger with their customized logger by just implementing the `Logger` interface and assign it to the functional option `Options.Logger`, pass it to `gnet.Serve` method.
|
Package logging provides logging functionality for gnet server, it sets up a default logger (powered by go.uber.org/zap) which is about to be used by gnet server, it also allows users to replace the default logger with their customized logger by just implementing the `Logger` interface and assign it to the functional option `Options.Logger`, pass it to `gnet.Serve` method. |
|
Package nutsdb implements a simple, fast, embeddable and persistent key/value store written in pure Go.
|
Package nutsdb implements a simple, fast, embeddable and persistent key/value store written in pure Go. |
|
examples/basic
command
|
|
|
examples/batch/concurrence
command
|
|
|
examples/batch/read
command
|
|
|
examples/http
command
|
|
|
examples/list
command
|
|
|
examples/set
command
|
|
|
examples/sortedSet
command
|
Click to show internal directories.
Click to hide internal directories.