Topics module.
§Overview
This module contains the topics for the DS Event Stream.
§Features
- Get the topics for the DS Event Stream.
§Example
use ds_event_stream_rs_sdk::model::topics::Topic;
let topic = Topic::DsPipelineJobRequested;
assert_eq!(topic.to_string(), "ds.pipeline..job.requested.v1");