package nsq

  1. Overview
  2. Docs

Module Nsq.ChannelSource

Sourcetype t =
  1. | Channel of string
  2. | ChannelEphemeral of string
Sourceval to_string : t -> string