pipedash_plugin_gitlab/
lib.rs

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