Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
22 lines
751 B
Rust
22 lines
751 B
Rust
// @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<Repository>,
|
|
}
|
|
#[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)
|