Current section
Files
Jump to
Current section
Files
include/glats_ServerInfo.hrl
-record(server_info, {
server_id :: binary(),
server_name :: binary(),
version :: binary(),
go :: binary(),
host :: binary(),
port :: integer(),
headers :: boolean(),
max_payload :: integer(),
proto :: integer(),
jetstream :: boolean(),
auth_required :: gleam@option:option(boolean())
}).