Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
8 lines
153 B
Rust
8 lines
153 B
Rust
use pipeview_core::protocol::DecodedData;
|
|
|
|
#[derive(Debug, Clone)]
|
|
pub struct DecodedEntry {
|
|
pub pipeline_name: String,
|
|
pub data: DecodedData,
|
|
}
|