Categorygithub.com/CyCoreSystems/ari-rid
modulepackage
0.1.0
Repository: https://github.com/cycoresystems/ari-rid.git
Documentation: pkg.go.dev

# README

Asterisk ARI Resource ID generator (ari-rid)

A simple wrapper on OkLog's ulid package to generate unique resource IDs for Asterisk ARI entities.

# Functions

New returns a new generic resource ID.
Timestamp returns the timestamp stored within the resource ID.

# Constants

Bridge indicates the resource ID is of a bridge.
Channel indicates the resource ID is of a channel.
Playback indicates the resource ID is of a playback.
Recording indicates the resource ID is for a recording.
Snoop indicates the resource ID is for a snoop session.