mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-16 06:18:27 +00:00
api: Change streams > stream to be consistent.
This commit is contained in:
2
api/rust/src/lib.rs
vendored
2
api/rust/src/lib.rs
vendored
@ -6,4 +6,4 @@ pub mod gw;
|
||||
pub mod integration;
|
||||
#[cfg(feature = "internal")]
|
||||
pub mod internal;
|
||||
pub mod streams;
|
||||
pub mod stream;
|
||||
|
3
api/rust/src/stream.rs
vendored
Normal file
3
api/rust/src/stream.rs
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/stream/stream.rs"));
|
||||
#[cfg(feature = "json")]
|
||||
include!(concat!(env!("OUT_DIR"), "/stream/stream.serde.rs"));
|
3
api/rust/src/streams.rs
vendored
3
api/rust/src/streams.rs
vendored
@ -1,3 +0,0 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/streams.rs"));
|
||||
#[cfg(feature = "json")]
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/streams.serde.rs"));
|
Reference in New Issue
Block a user