Skip to content

Commit

Permalink
Regenerate pb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Feb 26, 2024
1 parent d714f93 commit 4636782
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/simple/src/pb/sf.substreams.sink.pubsub.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,4 @@ pub struct Attribute {
#[prost(string, tag="2")]
pub value: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Config {
#[prost(int64, tag="1")]
pub start_block: i64,
#[prost(string, tag="2")]
pub input_module: ::prost::alloc::string::String,
}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Service {
#[prost(message, optional, tag="1")]
pub sink_config: ::core::option::Option<Config>,
}
// @@protoc_insertion_point(module)

0 comments on commit 4636782

Please sign in to comment.