mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-18 15:28:12 +00:00
api: Add BackendInterfacesRequest stream message.
This commit is contained in:
5
api/rust/build.rs
vendored
5
api/rust/build.rs
vendored
@ -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(),
|
||||
|
Reference in New Issue
Block a user