loki-api 0.1.3

Protobuf types used by the Grafana Loki HTTP API
Documentation
1
2
3
4
5
6
7
pub extern crate prost;
pub extern crate prost_types;

#[rustfmt::skip]
pub mod logproto;
#[rustfmt::skip]
pub mod stats;