package nsq

  1. Overview
  2. Docs

Module Nsq.AddressSource

Sourcetype t =
  1. | Host of string
  2. | HostPort of string * int
Sourceval host : string -> t
Sourceval host_port : string -> int -> t
Sourceval to_string : t -> string
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool