Guitar
RepositorySearchResultItem.h
Go to the documentation of this file.
1 #ifndef REPOSITORYSEARCHRESULTITEM_H
2 #define REPOSITORYSEARCHRESULTITEM_H
3 
4 #include <string>
5 
7  std::string full_name;
8  std::string description;
9  std::string ssh_url;
10  std::string clone_url;
11  std::string html_url;
12  double score = 0;
13 };
14 
15 #endif // REPOSITORYSEARCHRESULTITEM_H
RepositorySearchResultItem::ssh_url
std::string ssh_url
Definition: RepositorySearchResultItem.h:9
RepositorySearchResultItem::clone_url
std::string clone_url
Definition: RepositorySearchResultItem.h:10
RepositorySearchResultItem
Definition: RepositorySearchResultItem.h:6
RepositorySearchResultItem::score
double score
Definition: RepositorySearchResultItem.h:12
RepositorySearchResultItem::html_url
std::string html_url
Definition: RepositorySearchResultItem.h:11
RepositorySearchResultItem::full_name
std::string full_name
Definition: RepositorySearchResultItem.h:7
RepositorySearchResultItem::description
std::string description
Definition: RepositorySearchResultItem.h:8