1// Copyright AGNTCY Contributors (https://github.com/agntcy) 2// SPDX-License-Identifier: Apache-2.0 3 4pub mod api { 5 pub mod v1 { 6 include!("gen/controller.proto.v1.rs"); 7 } 8}