1 2 3 4 5 6 7 8 9 10 11
mod client; mod config; mod mapper; mod metadata; mod plugin; mod schema; mod types; pub use plugin::TektonPlugin; pipedash_plugin_api::register_plugin!(TektonPlugin);