Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProtocolMessageHandler ¶
type ProtocolMessageHandler struct { ProtocolID string MessageHandler func(data []byte, remotePeerId string, clientId string, connectSessionId string, remoteAddr string) ([]byte, error) }
func GetProtocolMessageHandler ¶
func GetProtocolMessageHandler(protocolID string) (*ProtocolMessageHandler, error)
Click to show internal directories.
Click to hide internal directories.