api: Add BackendInterfacesRequest stream message.

This commit is contained in:
Orne Brocaar
2023-11-02 08:36:57 +00:00
parent 36e6d5ccb9
commit 6931e9adb5
17 changed files with 1502 additions and 0 deletions

5
api/rust/build.rs vendored
View File

@ -153,6 +153,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
.join("api_request.proto")
.to_str()
.unwrap(),
cs_dir
.join("stream")
.join("backend_interfaces.proto")
.to_str()
.unwrap(),
],
&[
proto_dir.join("chirpstack").to_str().unwrap(),