Skip to main content

Mountain/RPC/CocoonService/
Extension.rs

1#![allow(non_snake_case)]
2
3//! Extension-domain handlers for `CocoonService`.
4//! `GetExtension::Fn`, `GetAllExtensions::Fn`, `GetConfiguration::Fn`.
5
6pub mod GetAllExtensions;
7pub mod GetConfiguration;
8pub mod GetExtension;