1// SPDX-FileCopyrightText: Copyright (c) 2025 Cisco and/or its affiliates. 2// SPDX-License-Identifier: Apache-2.0 3 4pub mod pubsub { 5 pub mod v1 { 6 include!("gen/pubsub.proto.v1.rs"); 7 } 8}