mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-12 20:48:09 +00:00
api: Refactor meta/meta.proto to streams/meta.proto.
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 meta;
|
||||
pub mod streams;
|
||||
|
3
api/rust/src/meta.rs
vendored
3
api/rust/src/meta.rs
vendored
@ -1,3 +0,0 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/meta/meta.rs"));
|
||||
#[cfg(feature = "json")]
|
||||
include!(concat!(env!("OUT_DIR"), "/meta/meta.serde.rs"));
|
3
api/rust/src/streams.rs
vendored
Normal file
3
api/rust/src/streams.rs
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/meta.rs"));
|
||||
#[cfg(feature = "json")]
|
||||
include!(concat!(env!("OUT_DIR"), "/streams/meta.serde.rs"));
|
Reference in New Issue
Block a user