package
0.0.0-20241204122019-edc3dff58e5e
Repository: https://github.com/fau-cdi/process_over_websocket.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
Subprotocol is the mandatory subprotocol to be used by the websocket client.

# Variables

ErrCancelClientGone indicates that the client has gone away.
CancelClientRequest indicates that the client has explicitly requested cancellation.
ErrCancelHandlerReturn indicates that the context is closed because the process handler has returned.
ErrCancelProtocolError indicates that a protocol error occurred and the process should be cancelled for safety reasons.
This must have been requested by the client at an explicit time.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CallMessage is sent by the client to the server to invoke a remote procedure.
No description provided by the author
SignalMessage is sent from the client to the server to stop the current procedure.

# Interfaces

No description provided by the author
Process represents a process handled by the protocol.

# Type aliases

HandlerFunc implements Handler.
ProcessFunc implements Process.
No description provided by the author