Skip to main content

infigraph_confluence/
lib.rs

1pub mod client;
2pub mod sync;
3pub mod template;
4
5pub use client::ConfluenceClient;
6pub use sync::{ConfluenceSync, CrawlOptions, SyncResult};
7pub use template::{parse_pipeline_template, fill_with_llm};