mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 15:51:24 +00:00
proto comment
This commit is contained in:
@@ -20,7 +20,7 @@ message Feed {
|
|||||||
// rss feed url
|
// rss feed url
|
||||||
// eg. http://a16z.com/feed/
|
// eg. http://a16z.com/feed/
|
||||||
string url = 3;
|
string url = 3;
|
||||||
// category of the feed
|
// category of the feed e.g news
|
||||||
string category = 4;
|
string category = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ message AddRequest {
|
|||||||
// rss feed url
|
// rss feed url
|
||||||
// eg. http://a16z.com/feed/
|
// eg. http://a16z.com/feed/
|
||||||
string url = 2;
|
string url = 2;
|
||||||
// category to add
|
// category to add e.g news
|
||||||
string category = 3;
|
string category = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user