Versions in this module Expand all Collapse all v0 v0.0.1 Jul 14, 2023 Changes in this version + var FatalWebsocketError error = errors.New("fatal websocket error") + func HandleWebsocket(conn net.Conn) + type HistoryRequestParameters struct + From time.Time + MaxDensity interface{} + Until time.Time + type Message struct + OpCode OpCode + Target TargetAddress + Value string + func NewMessage(opcode OpCode, target TargetAddress, value string) Message + func (msg Message) Bytes() ([]byte, error) + type OpCode string + const ERR + const GET + const HIST + const REPLY + const SUB + const UNSUB + type TargetAddress string + func GetEmptyTarget() TargetAddress