Current section
Files
Jump to
Current section
Files
include/plushie@protocol@decode_Hello.hrl
-record(hello, {
protocol :: integer(),
version :: binary(),
name :: binary(),
backend :: binary(),
extensions :: list(binary()),
transport :: binary()
}).