mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
proto comment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user