agntcy-slim-controller 0.7.0

Controller service and control API to configure the SLIM data plane through the control plane.
Documentation
1
2
3
4
5
6
7
8
// Copyright AGNTCY Contributors (https://github.com/agntcy)
// SPDX-License-Identifier: Apache-2.0

pub mod api {
    pub mod v1 {
        include!("gen/controller.proto.v1.rs");
    }
}