package
0.0.0-20141124152545-d73cd4244488
Repository: https://github.com/geertjohan/ango.git
Documentation: pkg.go.dev
# Functions
NewCaculatorService creates and returns a new CalculatorServer instance.
# Structs
Calculator implements CalculatorHandler.
No description provided by the author
CalculatorServer handles new requests for websockets and creates new sessions.
ClientInfo holds generic information about a client connection.
# Interfaces
CalculatorHandlerIface should be implemented by the implementation part of the protocol.
# Type aliases
NewCalculatorHandlerFunc is a factory function that should return a calculatorHandlerIface implementation.