1 2 3 4 5 6 7 8
// @generated #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct Keys { #[prost(string, repeated, tag="1")] pub keys: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, } // @@protoc_insertion_point(module)