// @generated // This file is @generated by prost-build. #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct Repositories { #[prost(message, repeated, tag="1")] pub repositories: ::prost::alloc::vec::Vec, } #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct Repository { #[prost(string, tag="1")] pub provider: ::prost::alloc::string::String, #[prost(string, tag="2")] pub owner: ::prost::alloc::string::String, #[prost(string, tag="3")] pub repo_name: ::prost::alloc::string::String, #[prost(string, tag="4")] pub ssh_url: ::prost::alloc::string::String, } // @@protoc_insertion_point(module)