package nsq

  1. Overview
  2. Docs

Module Nsq.TopicSource

Sourcetype t =
  1. | Topic of string
  2. | TopicEphemeral of string
Sourceval to_string : t -> string