chirpstack_api 4.17.0

ChirpStack Protobuf / gRPC API definitions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub use prost;
pub use prost_types;

#[cfg(feature = "json")]
pub use pbjson_types;
#[cfg(feature = "api")]
pub use tonic;

#[cfg(feature = "api")]
pub mod api;
#[cfg(feature = "internal")]
pub mod internal;

pub mod common;
pub mod gw;
pub mod integration;
pub mod stream;