Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jeffallen/mqtt
/ types & classes
Types & classes
14 in github.com/jeffallen/mqtt
⨍
Functions
65
◇
Types & classes
14
↓ 1 callers
TypeAlias
intPayload
An intPayload implements proto.Payload, and is an int64 that formats itself and then prints itself into the payload.
mqtt.go:80
Struct
ClientConn
A ClientConn holds all the state associated with a connection to an MQTT server. It should be allocated via NewClientConn. Concurrent access to a Clie
mqtt.go:712
Struct
Server
A Server holds all the state associated with an MQTT server.
mqtt.go:330
TypeAlias
dupFlag
mqtt.go:677
Struct
incomingConn
An IncomingConn represents a connection into a Server.
mqtt.go:389
Struct
job
mqtt.go:423
Struct
post
A post is a unit of work for the subscription processing workers.
mqtt.go:324
TypeAlias
receipt
mqtt.go:415
Struct
retain
A retain holds information necessary to correctly manage retained messages. This needs to hold copies of the proto.Publish, not pointers to it, or el
mqtt.go:102
TypeAlias
retainFlag
mqtt.go:676
Struct
sd
pingtest/main.go:29
Struct
stats
mqtt.go:35
Struct
subscriptions
mqtt.go:107
Struct
wild
mqtt.go:165