Tapper v0.6.0 Tapper.Protocol.Endpoint View Source

Endpoint, with service name.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Tapper.Protocol.Endpoint{
  ipv4: ipv4(),
  ipv6: ipv6() | nil,
  port: integer(),
  service_name: String.t()
}