1
2
3
//! Contains definitions of structures for GRPC and REST APIs.
pub mod grpc;
pub mod rest;