mikufans-proto-intl 3.17.4+build.17106976

gRPC APIs for Mikufans (Intl)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// This file is @generated by prost-build.
///
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct Exp {
    ///
    #[prost(int64, tag = "1")]
    pub id: i64,
    ///
    #[prost(int32, tag = "2")]
    pub bucket: i32,
}
///
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Exps {
    ///
    #[prost(message, repeated, tag = "1")]
    pub exps: ::prost::alloc::vec::Vec<Exp>,
}