Current section
Files
Jump to
Current section
Files
include/esdee_ServiceDescription.hrl
-record(service_description, {
service_type :: binary(),
instance_name :: binary(),
target_name :: binary(),
priority :: integer(),
weight :: integer(),
port :: integer(),
txt_values :: list(binary()),
ip :: glip:ip_address()
}).