Documentation ¶
Overview ¶
Package rid provides unique resource IDs
Index ¶
Constants ¶
View Source
const ( // Bridge indicates the resource ID is of a bridge Bridge = "br" // Channel indicates the resource ID is of a channel Channel = "ch" // Playback indicates the resource ID is of a playback Playback = "pb" // Recording indicates the resource ID is for a recording Recording = "rc" // Snoop indicates the resource ID is for a snoop session Snoop = "sn" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.