package nsq

  1. Overview
  2. Docs
type t =
  1. | Channel of string
  2. | ChannelEphemeral of string
val to_string : t -> string