# Functions
NewEndpoint returns a new endpoint with the specified options.
WithExtensions configures Endpoint to define application-specific types.
WithLogf sets the log function to Endpoint.
# Variables
ErrClosed session closed error.
ErrHandlerNotFunction handler type is not a function error.
ErrInternal msgpack-rpc internal error.
ErrInvalidArgument invalid argument error.
ErrInvalidHandlerReturn invalid handler function return type error.