proto comment

This commit is contained in:
Asim Aslam
2021-05-20 19:50:01 +01:00
parent 8c433f1a03
commit 346c11b882

View File

@@ -20,7 +20,7 @@ message Feed {
// rss feed url
// eg. http://a16z.com/feed/
string url = 3;
// category of the feed
// category of the feed e.g news
string category = 4;
}
@@ -48,7 +48,7 @@ message AddRequest {
// rss feed url
// eg. http://a16z.com/feed/
string url = 2;
// category to add
// category to add e.g news
string category = 3;
}