Chronicle.Connections.ConnectionString.ServerAddress (chronicle v0.0.1)

Copy Markdown View Source

Represents a Chronicle server address with host and port.

Summary

Types

t()

@type t() :: %Chronicle.Connections.ConnectionString.ServerAddress{
  host: String.t() | nil,
  port: non_neg_integer() | nil
}