wp-source-types 0.1.0

Common source-side connector types — Tags, SourceEvent, SourceBatch — shared across WP connector crates
Documentation
1
2
3
4
5
pub mod event;
pub mod tags;

pub use event::{EventPreHook, SourceBatch, SourceEvent};
pub use tags::Tags;