InfluxElixir.Flight.Proto.FlightEndpoint (InfluxElixir v0.1.17)

Copy Markdown View Source

A Ticket paired with a list of Locations that can serve the data.

Clients should call DoGet with the ticket at any of the listed locations. An empty location list means the originating server is the correct endpoint.

Summary

Types

t()

@type t() :: %InfluxElixir.Flight.Proto.FlightEndpoint{
  __unknown_fields__: [Protobuf.unknown_field()],
  location: [InfluxElixir.Flight.Proto.Location.t()],
  ticket: InfluxElixir.Flight.Proto.Ticket.t() | nil
}